Is there any way to create a never ending web form based on how much the end user needs to enter, kind of like a table?
Example:
Item # Quantity
_______ ____________
_______ ____________
Submit Clear More
Each time the user would click more, they would get two new text boxes to put in another item and quantity.
Naming the fields can just go sequentially, like text_item1, text_item2, etc.
Am open to html, java, or asp, unless there is another easy solution.
Thanks!
Example:
Item # Quantity
_______ ____________
_______ ____________
Submit Clear More
Each time the user would click more, they would get two new text boxes to put in another item and quantity.
Naming the fields can just go sequentially, like text_item1, text_item2, etc.
Am open to html, java, or asp, unless there is another easy solution.
Thanks!
