Add form fields dynamicly (extend forms)?

Ryan 04 Jun, 2007
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

|  name  |  width  |  height  |  length  |  quantity  |


and has a button that says "add another widget" that when clicked, makes the form look like this:

|  name    |  width    |  height    |  length    |  quantity   |

|  name 2  |  width 2  |  height 2  |  length 2  |  quantity 2 |




Example here: http://www.quirksmode.org/dom/domform.html
GreyHead 04 Jun, 2007
This extension doesn't directly support this - but it doesn't stop you adding the code either so it should be possible.

You create your form code including the necessary javascript calls and paste it into the ChronoForms admin window.

Bob<br><br>Post edited by: GreyHead, at: 2007/06/03 23:14
This topic is locked and no more replies can be posted.