Page 1 of 1

Formbuilder - dynamic field duplication

Posted: Wed Dec 21, 2011 1:19 pm
by Jonny
One section of my form has a group of three pulldowns relating to booking an event. I want to provide an option for the user to add additional sections if they wish to book multiple events.

Apart from the different type of fields used, the #duplicate3 example of this jQuery dynamic form plugin shows the required function.

Has anyone any suggestions for incorporating dynamic field duplication into a Formbuilder form?

Re: Formbuilder - dynamic field duplication

Posted: Wed Dec 21, 2011 2:23 pm
by applejack
You won't be able to do this using formbuilder as you need to set the fields in the submission to get emailed or sent to formbrowser.

The 2 options are.
1. Use formbuilder and preset all the options and use jQuery to show hide the elements depending on the selection.

2. Don't use formbuilder but use a hardcoded form and use the example in the link you sent and send the data via ajax or a php script with a redirect back to a CMS thank you page.