Next / Previous / Contents / TCC Help System / NM Tech homepage

7. The submit button

Every form must have a button, typically located at the end of the form, that the user clicks to signify that the form has been completely filled out:

<input type="submit" value="label">

The value attribute is optional. If supplied, it specifies the text of the label on the submit button. The default text is value="Submit query".