I am trying to create a grocery order form. I am trying to have a three column form where there is a box for quantity, an item name (already in place - not entered by user) and then a text box for special instructions.
Like this:
Quantity Item Special instructions
________ Bananas ________________
________ Oranges ________________
...etc.
I do NOT want to include prices. The customer will pay a set deposit depending on number of items.
How do I do this?