Reset Ajax form V5 - Reload form.

designsedge 20 Jun, 2015
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.
GreyHead 22 Jun, 2015
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
designsedge 22 Jun, 2015
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.
designsedge 28 Jun, 2015
Answer
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.