On my webform I am currently using the HTML Reset button to reset the form. The problem is that when the form is viewed by someone to approve I would like to hide the button along with some other options to be available only on data entry.

Is there another way i can reset the form, possibly in vbscript.

I tried doing it in javascript but the validateRequiredFields that I have on the form fires stopping the reset.

Anyone have any ideas?

Thanks.