skip to Main Content

How do I get input from an HTML form and find data? – Shopify

I have a form like this; <div id="employeeinfo" style="padding:40px" class="employee-body"> <form id="employeeform" title="" method="post"> <label class="title">First Name</label> <input type="text" id="fname" name="first_name" > <label class="title">Last Name</label> <input type="text" id="lname" name="last_name" > <input type="submit" id="submitButton" onclick="formSubmit()" name="submitButton" value="Submit"> </form> </div> I have…

VIEW QUESTION
Back To Top
Search