7
Q:

name before input html


  
    <form 
    action="/action_page.php"
    method="get" name="myForm">

  <label for="fname">First name:</label>
  <input type="text" id="fname" 
    name="fname"><br><br>
  <label for="lname">Last name:</label>
  
    <input type="text" id="lname" name="lname"><br><br>
  <input 
    type="button" onclick="formSubmit()" value="Send form data!">

    </form>
  
 
0

New to Communities?

Join the community