gianghl1983
5/25/2018 - 1:58 PM

Submit a form with label

<form method="get" action="/">
         <input type="text" name="firstname" />
         <input type="submit" id="submit-button" class="hidden" />
    </form>
     
    <label for="submit-button">Submit1</label>
	<label for="submit-button">Submit2</label>