Is there anything like a "Clear Fields" button if someone has made an error and wants to start over again on a Gravity Form? I would suspect it would be places somewhere around the Submit button.
Is there anything like a "Clear Fields" button if someone has made an error and wants to start over again on a Gravity Form? I would suspect it would be places somewhere around the Submit button.
Here is one way to do it:
http://www.gravityhelp.com/forums/topic/reset-form-button#post-13499
<input type="reset" value="Reset" />
that works. Thanks.