Submit button <INPUT TYPE="submit">

This command inserts a push button in a form which is destined to submit information. The submit parameters are those defined during form definition creation . The VALUE attribute assigns a name to the button. The Submit button is usually accompanied with the Reset button.

  1. Place the cursor in the edit window where you wish to insert the submit button. This location must be placed between <FORM> and </FORM> tags.

  2. in the Forms tag, click on the Submit button. The Form elements dialog box appears.

  3. 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.

  4. When you finish, click on the OK button.

CuteHTML Pro inserts the following command in the document:

<input type="submit" 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.