Title: remove, hide, disable Submit button
Last modified: August 31, 2016

---

# remove, hide, disable Submit button

 *  Resolved [wilderbee](https://wordpress.org/support/users/wilderbee/)
 * (@wilderbee)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-hide-disable-submit-button/)
 * On a three-step form need to eliminate the Submit button on Form3:
 * — Form1 qualifies info and submits it to an identical Form2.
 * — Form2 review/correction/submission verifies intention, thus serving as an electronic
   signature, and submits the information to identical Form3 with confirmation message
   for printing. The FSCF print button would be logical on Form2 except it only 
   prints user-supplied information, not the full context of the form.
 * — Thus Form3 provides confirmation/printing. The Submit button has no purpose,
   causing confusion. Yet I cannot find a way to eliminate it. Only need a Reset
   button to clear the form after printing and/or my own button to return to an 
   empty Form1. Ideally, Form3 would no longer be editable.
 * — Is there a way to eliminate the Submit button, or perhaps another/better way
   to accomplish the task of Form3?
 * Thank you, FSCF 4.0.41
 * [https://wordpress.org/plugins/si-contact-form/](https://wordpress.org/plugins/si-contact-form/)

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-hide-disable-submit-button/#post-7378008)
 * Hi unfortunately no. The only way would be to hack the plugin to remove the submit
   button and I think that would only work through a php function. This function
   would have to remove the submit button on the third form.
 *  Thread Starter [wilderbee](https://wordpress.org/support/users/wilderbee/)
 * (@wilderbee)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-hide-disable-submit-button/#post-7378173)
 * In case it helps someone else, my workaround is to move the Submit button out
   of the way and make it invisible. Hopefully it will not get mistakenly clicked
   but have defined the redirection in case it does. Thus for my Form3 which is 
   only for printing:
 * FSCF> Form3> Styles> Submit DIV:
    margin: -5% 0 0 0; float:right; (moves it up
   and to the right)
 * FSCF> Form3> Styles> Submit button:
    color:transparent; background-color:transparent;
   border:transparent;
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-hide-disable-submit-button/#post-7378213)
 * Hi, if your issue is resolved can you mark this support thread as resolved.
 * Thank you
 *  Thread Starter [wilderbee](https://wordpress.org/support/users/wilderbee/)
 * (@wilderbee)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-hide-disable-submit-button/#post-7378216)
 * Only a workaround that is subject to wayward clicks. Thus not truly resolved 
   but can let it rest for now. Thank you.

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

The topic ‘remove, hide, disable Submit button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

## Tags

 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 4 replies
 * 2 participants
 * Last reply from: [wilderbee](https://wordpress.org/support/users/wilderbee/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/remove-hide-disable-submit-button/#post-7378216)
 * Status: resolved