I have not yet purchased this component, but am curious if it will allow me to add fields on the fly to my form.
Example:
I sell widgets on my site. I would like someone to be able to order as many widgets as they want, maybe four of one size and 3 of another.
so the for starts out like
| Code: |
| name | width | height | length | quantity |
|
and has a button that says "add another widget" that when clicked, makes the form look like this:
| Code: |
| name | width | height | length | quantity |
| name 2 | width 2 | height 2 | length 2 | quantity 2 |
|
Example here:
http://www.quirksmode.org/dom/domform.html