So another quick note as I couldn't find a solution on the forums. This is to hide the reset button on a non-stateless form (state form?). I have posted this on the Zoho forums as well but here goes:
Why?
Because I can. And because as someone said, a "reset" button is so 1990. I have a confirmation page and don't want the button to show so...
How?
Well edit the HTML... Now to do this, follow the below steps:
- Find the CSS class name of the reset button (usually "zc-live-secondary-btn")
- Add a notes field to your form
- Click on the HTML button to add HTML
- Add the following HTML:
- Done