Title: Hide Submit Button &#8211; Forminator
Last modified: July 1, 2020

---

# Hide Submit Button – Forminator

 *  Resolved [jzzz](https://wordpress.org/support/users/jzzz/)
 * (@jzzz)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/)
 * Dear support,
 * I was able to hide the submit button successfully using css
    Added in : themes
   > customize > custom css used code: #submit.forminator-field {display: none;}
 * However, now when I created another form the submit button was missing in that
   too
    I want to hide submit button only for a specific form not all of forminator
   forms.
 * Any advice how to resolve this matter?
    Thanks

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

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/#post-13058487)
 * Hi [@jzzz](https://wordpress.org/support/users/jzzz/),
 * Instead of using Custom CSS field that is applied globaly try editing your form
   in Forminator, switch to the Appearance tab and enable Custom CSS field there.
   
   Paste your code and now it should be applied only to that specific form.
 * Or if you are using global CSS use a selector that will point to that specific
   form by using its ID.
    Here’s an example for the form that you linked in our 
   other ticket:
 *     ```
       #forminator-module-1659 #submit.forminator-field {
       	display: none;
       }
       ```
   
 * Cheers,
    Predrag
    -  This reply was modified 5 years, 9 months ago by [Predrag - WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/).
 *  Thread Starter [jzzz](https://wordpress.org/support/users/jzzz/)
 * (@jzzz)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/#post-13059178)
 * Thanks!
    The second method worked fine.
 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/#post-13062023)
 * Hello [@jzzz](https://wordpress.org/support/users/jzzz/)
 * I hope you are doing well!
 * Glad to know that the issue is resolved
 * I’m closing this ticket for now. If you do have any followup questions or require
   further assistance feel free to reopen it and let us know here.
 * Kind regards,
    Nastia
 *  [noorjan77](https://wordpress.org/support/users/noorjan77/)
 * (@noorjan77)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/#post-13089146)
 * How can edit the page break field?
 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/#post-13100987)
 * Hi [@noorjan77](https://wordpress.org/support/users/noorjan77/)
 * “Page break” field can’t be edited as it’s only an internal marker that indicates
   in-between which fields the form should be split into pages. It’s invisible on
   front end too.
 * You can move the “page break” field (drag&drop) if you want to “split” the form
   in different place. If you want to change look/behavior of paging itself then
   once “page break” is added to the form, there’s a “Paginaton” option right above
   the form fields.
 * If this doesn’t answer your question or you got any follow up questions, please
   create a separate ticket of your own as per this forum rules.
 * Kind regards,
    Adam

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

The topic ‘Hide Submit Button – Forminator’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [contact-form](https://wordpress.org/support/topic-tag/contact-form/)

 * 5 replies
 * 5 participants
 * Last reply from: [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/hide-submit-button-forminator/#post-13100987)
 * Status: resolved