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
on
the submit button. The default text is
labelvalue="Submit query".