How to add a reset button to my form to clear entries?
Question:
How to add a reset button to my form to clear entries?
Answer:
In DataPage wizard insert an HTML block in field configuration screen of your form and enter the following code in it:
<input type="reset" value="Reset" />
