Title: Remove Submit Button
Last modified: May 23, 2023

---

# Remove Submit Button

 *  Resolved [flynnjacobs](https://wordpress.org/support/users/flynnjacobs/)
 * (@flynnjacobs)
 * [3 years ago](https://wordpress.org/support/topic/remove-submit-button-4/)
 * Is it possible to remove the submit button?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-submit-button-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years ago](https://wordpress.org/support/topic/remove-submit-button-4/#post-16766035)
 * Hey [@flynnjacobs](https://wordpress.org/support/users/flynnjacobs/) – Thanks
   for reaching out!
 * To remove (below code will hide) the submit button, you can use the following
   CSS:
 *     ```wp-block-code
       div.wpforms-container-full button[type=submit] {
           display: none !important;
       }
       ```
   
 * And in case it helps, here’s a tutorial on [how to add custom CSS like this to your site](https://wpforms.com/developers/how-to-add-custom-css-styles-for-wpforms/).
 * Hope this helps!
 *  [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * (@prashantrai)
 * [3 years ago](https://wordpress.org/support/topic/remove-submit-button-4/#post-16769208)
 * Hey [@flynnjacobs](https://wordpress.org/support/users/flynnjacobs/) – We haven’t
   heard back from you since my previous message, so I’m going to go ahead and close
   this thread for now. But if you’d like us to assist further, please feel welcome
   to continue the conversation.
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Prashant Rai](https://wordpress.org/support/users/prashantrai/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/remove-submit-button-4/#post-16769208)
 * Status: resolved