I'm creating an online order form with a list of all products from a database. They all have checkboxes next to them:
Code: Select all
<input type="checkbox" name="item01"> Item 1
<input type="checkbox" name="item02"> Item 2
<input type="checkbox" name="item03"> Item 3
etc...