How do I add a "Start Over" or Reset button to a form. It's included in an article via plugin and I want users to be able to click a link and reload the form.
Hi designsedge,
Add a Submit Button in the Designer tab, click the 'Edit' button and set the Type to Reset, I think that will do the trick.
Bob
Add a Submit Button in the Designer tab, click the 'Edit' button and set the Type to Reset, I think that will do the trick.
Bob
Bob -
Sorry should have been clearer - need it after they push submit - to go back to the designer view.
Complete Form -> Get Results -> Start Over Button
Assuming it should be on the Setup, but standard form reset code doesn't seem to work.
Sorry should have been clearer - need it after they push submit - to go back to the designer view.
Complete Form -> Get Results -> Start Over Button
Assuming it should be on the Setup, but standard form reset code doesn't seem to work.
Solution - Javascript
<a href="javascript:window.location.href=window.location.href">Start Over </a>
This topic is locked and no more replies can be posted.