I'm trying to create an order form where the user starts out with a
single row of form inputs for entering quantity and part number. The
user should be able to click the "add row" which creates the next row
of form inputs. When all rows have been filled in, the the user will
submit the form and the back-end PHP script will process the name /
value pairs.

Does anyone know of an example like this that I could learn from? Are
there any jQuery plug-ins that might make working with dynamically
adding form elements more streamlined?

Thanks.

Reply via email to