I'm displaying my form on a testing page to test out the conditional logic and calculations of some payment fields and I don't want the submit button to be displayed. Is there a way to do this?
I'm using the [formidable id="" fields=""] shortcode to display only the fields I'm testing.
Can you add some submit button logic that would never be true?
I need the submit to be visible and enabled on all the other pages that I show the form on so I'm not sure what logic I could use to do that without it going away on the other pages too.
You'll need to look at the page ID and apply page specific styling.
https://medium.com/gobeyond-ai/how-to-use-custom-css-on-specific-pages-in-wordpress-d7bf04e7cce5
Please login or Register to submit your answer