I want to take all the data submitted and make it into a list ( -item: bannana -itemNum: #3330...)
<form id="form" action="">
<h3>Item:</h3>
<input name="item" type="text">
<h3>Item numbers:</h3>
<input name="itemNum" type="number">
<h3>Quantity:</h3>
<input name="quantity" type="number">
<h3> Price:</h3>
<input name="price" type="number">
<h3>Discount:</h3>
<input name="discount" type="number">
<br>
<button id="but">Submit</button>
</form>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…