Print

Zoho Deluge - Hide Reset Button on Form

What?
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:
  1. Find the CSS class name of the reset button (usually "zc-live-secondary-btn")
  2. Add a notes field to your form
  3. Click on the HTML button to add HTML
  4. Add the following HTML:
    copyraw
    <style>.zc-live-secondary-btn{display:none;}</style>
    1.  <style>.zc-live-secondary-btn{display:none;}</style> 
  5. Done
  6. Category: Zoho :: Article: 656