Title: Submit button missing!
Last modified: May 18, 2017

---

# Submit button missing!

 *  Resolved [sc00t](https://wordpress.org/support/users/sc00t/)
 * (@sc00t)
 * [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/)
 * Hi All,
 * Here’s my code for my contact form:
 *     ```
       <p class="whitep"><label>Your Name
       [text* your-name] </label><br></p>
   
       <p class="whitep"><label> Your Email
       [email* your-email] </label><br></p>
   
       <p class="whitep"><label> Your Message
       [textarea your-message] </label><br></p>
   
       <p class="whitep">[submit "Send"]</p>
       ```
   
 * the p class is in my css stylesheet – it just makes the font white, basically.
 * Anyway, everything displays EXCEPT the submit button.
 * scottdaviesdesign.co.uk/donationboxes is the URL, the form is right at the bottom
   of the page.
 * I’ve been trying to fix it all afternoon & it’s driving me NUTS!
 * Thanks!
    Sc00t

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/#post-9146822)
 *     ```
       .wprfooter span {
         float: left;
         margin: 0 5px;
         width: 30%;
       }
       ```
   
 * You have this style rule in the [stylesheet](http://scottdaviesdesign.co.uk/donationboxes/wp-content/themes/charityboxes/style.css?ver=4.7.5),
   and the `float: left;` line is interfering. Try removing it.
 *  Thread Starter [sc00t](https://wordpress.org/support/users/sc00t/)
 * (@sc00t)
 * [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/#post-9148041)
 * That didn’t work unfortunately.
 *  [deltafactory](https://wordpress.org/support/users/deltafactory/)
 * (@deltafactory)
 * [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/#post-9156089)
 * It does for me. After removing/commenting out the line, make sure your cached
   CSS is refreshed.
 *  Thread Starter [sc00t](https://wordpress.org/support/users/sc00t/)
 * (@sc00t)
 * [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/#post-9156401)
 * Weird, I’ve tried it on 2 PC’s using FF & Chrome, and they all had the same result:
   no submit button.
 * The submit button appears on mobile browsers, though.
 *  Thread Starter [sc00t](https://wordpress.org/support/users/sc00t/)
 * (@sc00t)
 * [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/#post-9156430)
 * OMG *facepalm* I was looking at the mobile style of the same element.
 * Got it now, thanks guys!

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

The topic ‘Submit button missing!’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [sc00t](https://wordpress.org/support/users/sc00t/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/submit-button-missing-4/#post-9156430)
 * Status: resolved