Thanks in advance.
WordPress Forms
Thanks in advance.
Formidable Pro has the most user intuitive interface I have ever seen.
Justin Germino (Dragon Blogger)Formidable Pro has met all of my needs and exceeded my expectations.
Jim Harrion (Affordable Website Assistance)Copyright © 2013 Strategy11, LLC
September 17, 2012 at 11:46 am
Using CSS is the easiest way remove a submit button from your form. This isn't recommended as it will mean submitting your form is no longer possible, but to hide your form's submit button add the following CSS to your theme's style.css file (or some other location your theme recommends making CSS changes to):
#frm_form_213_container input[type="submit"] {display:none;}You will need to replace the 213 with the ID of the form on which you need the submit button hidden.
Topic closed.