Home / Admin / Hide the Submit Button on Calculator Forms
Duplicate Snippet

Embed Snippet on Your Site

Hide the Submit Button on Calculator Forms

To use any of the Calculator forms but want to hide the submit button. Use this CSS snippet.

For the full article, please see this documentation.

<10
Code Preview
css
/**
 * For the Accordion Template, this is a helper script
 * 
 * For support, please visit: https://www.facebook.com/groups/wpformsvip
 */
   /* CSS hide submit button for any calculator only forms */
button.wpf-calc-form {
		visibility: hidden;
    }

Comments

Add a Comment