Title: Remove submit button
Last modified: September 7, 2021

---

# Remove submit button

 *  Resolved [flynnjacobs](https://wordpress.org/support/users/flynnjacobs/)
 * (@flynnjacobs)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-submit-button-3/)
 * Is there a way to remove the submit button?

Viewing 1 replies (of 1 total)

 *  [Jade Alombro](https://wordpress.org/support/users/jadealombro/)
 * (@jadealombro)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/remove-submit-button-3/#post-14852198)
 * Hi [@flynnjacobs](https://wordpress.org/support/users/flynnjacobs/),
 * Hiding the submit button in the forms is not something we suggest because users
   will not have a way to complete the form submission. However, if you’d like to
   do this, you can do so with a bit of CSS code:
 *     ```
       .wpforms-container .wpforms-form button[type=submit] {
           display: none;
       }
       ```
   
 * And in case it helps, here’s a tutorial from WPBeginner on [how to add custom CSS like this to your site](http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/).
 * Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Remove submit button’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jade Alombro](https://wordpress.org/support/users/jadealombro/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/remove-submit-button-3/#post-14852198)
 * Status: resolved