Title: Consent checkbox before submit
Last modified: January 13, 2020

---

# Consent checkbox before submit

 *  Resolved [hj](https://wordpress.org/support/users/hj/)
 * (@hj)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/)
 * I’d like to have the consent checkbox and wordage BEFORE the submit button – 
   to my mind hitting the submit button is the last action, so should be the last
   label/button in the contact form sequence.
 * How can I re-order these functions (or for that matter, re-order any of the fields
   and labels?)
 * Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/#post-12322651)
 * Hi [@hj](https://wordpress.org/support/users/hj/)
 * Give this CSS a try ( can go in the Custom CSS area in the plugin settings ):
 *     ```
       #simple-contact-form form {
           display: flex;
           flex-direction: column;
       }
   
       #simple-contact-form fieldset {
           order: 0;
       }
   
       .scf-submit {
           order: 2;
       }
   
       .scf-confirm-checkbox {
           order: 1;
       }
       ```
   
 *  Thread Starter [hj](https://wordpress.org/support/users/hj/)
 * (@hj)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/#post-12323766)
 * Yes, that worked a treat! Thank you.
 * Now I’ve just got to find where I can increase the font size in the ‘submit’ 
   button…which looks very weedy! (don’t know whether it’s picking it up from the
   theme, Tempera)
 * regards
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/#post-12327284)
 * Hi [@hj](https://wordpress.org/support/users/hj/)
 * You’re welcome.
 * Yeah, the form inherits the styling from the theme itself.
 *     ```
       #scf-button {
           font-size: 13px;
       }
       ```
   
 * Or send over the URL to the page where the form is located and I’ll check it 
   out and write the code that makes it look nicer.
 *  Thread Starter [hj](https://wordpress.org/support/users/hj/)
 * (@hj)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/#post-12327515)
 * Pages being made up on a localhost so not online yet.
 * But that did the trick nicely, thanks, and I can change other button properties
   under that selector. All good!
 * regards
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/#post-12331155)
 * Great, happy to hear it’s sorted out.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Consent checkbox before submit’ is closed to new replies.

 * ![](https://ps.w.org/simple-basic-contact-form/assets/icon-256x256.png?rev=1473943)
 * [Simple Basic Contact Form](https://wordpress.org/plugins/simple-basic-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-basic-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-basic-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-basic-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-basic-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-basic-contact-form/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [WPKube](https://wordpress.org/support/users/wpkube/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/consent-checkbox-before-submit/#post-12331155)
 * Status: resolved