how to add text box to get two sets of names in javascript code example
Example: how to collect input textbox in html
<label for="name">Name:</label>
<input type="text" id="name"><br><br>
<label for="name">Name:</label>
<input type="text" id="name"><br><br>