submit in a in form html code example
Example 1: submit button
<button type="submit" form="form1" value="Submit">Submit</button>
Example 2: intput field submit button
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>