Title: Another Submit Button Missing
Last modified: August 30, 2020

---

# Another Submit Button Missing

 *  Resolved [CDave](https://wordpress.org/support/users/cdave/)
 * (@cdave)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/another-submit-button-missing/)
 * As you can see the no submit button. I’ve gone through a dozen or so threads 
   and either they were closed with no resolution posted or i’m simply to ignorant
   to know how. The one mentioning add CSS code for example.
 * Seems to me this should be one of the most basic things in registration forms.
   I’m happy to admit I missed something in the installation and usage docs. If 
   I would greatly appreciate pointing it out for me.
 * Thanks so much for any assistance.
 * Edit – I find hitting enter submits the form.
    -  This topic was modified 5 years, 9 months ago by [CDave](https://wordpress.org/support/users/cdave/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fanother-submit-button-missing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [CDave](https://wordpress.org/support/users/cdave/)
 * (@cdave)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/another-submit-button-missing/#post-13336174)
 * I just discovered the button is there but not visible until I hover over it.
 *  [Deepak Sharma](https://wordpress.org/support/users/sharmadpk03/)
 * (@sharmadpk03)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/another-submit-button-missing/#post-13337056)
 * Hi [@cdave](https://wordpress.org/support/users/cdave/),
 * Thank you for the update. I just visited the link and found out that the submit
   button is showing up but indeed the background color of the submit button was
   applied from the theme and thus it appeared to be hidden.
 * However, that’s not a thing to worry about. You can insert this CSS snippet in
   the additional CSS box of your theme customization and it will fix the problem.
   You can change the color code if you want to have a different color.
    Here is
   the code.
 *     ```
       .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-next, .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-prev, .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type=submit], .ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form input[type=submit]{
           background-color: #5c7886;
       }
       ```
   
 * You can find the additional CSS box in your theme customization option. Click
   on Appearance > Customize and then scroll a bit and you will see Additional CSS
   box. Paste this code there. I hope it helps.
 * Regards!

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

The topic ‘Another Submit Button Missing’ is closed to new replies.

 * ![](https://ps.w.org/user-registration/assets/icon-256x256.gif?rev=3284028)
 * [User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder](https://wordpress.org/plugins/user-registration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-registration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-registration/)
 * [Active Topics](https://wordpress.org/support/plugin/user-registration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-registration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-registration/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Deepak Sharma](https://wordpress.org/support/users/sharmadpk03/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/another-submit-button-missing/#post-13337056)
 * Status: resolved