This command inserts a push button in a form allowing to reset the form’s fields to their initial values. The Reset is usually accompanied with the Submit button.
Place the cursor in the edit window where you wish to insert the reset button. This location must be placed between <FORM> and </FORM> tags.
In the Forms tag, click on the Reset. The Form elements text box appears.
In the Text displayed on the button text box, type the text you want to appear ion the button. . In the Preview window, you can view the button.
When you finish, click on the OK button.
CuteHTML Pro inserts the following command in the document:
<input type="reset" value="avalue">
If you have not previously specified the type of form in which you want to insert this element, CuteHTML Pro asks if you want to insert the Form in the document.