Formbuilder - dynamic field duplication

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Jonny
Forum Members
Forum Members
Posts: 77
Joined: Sun Sep 24, 2006 10:49 am

Formbuilder - dynamic field duplication

Post 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?
applejack
Power Poster
Power Poster
Posts: 1014
Joined: Fri Mar 30, 2007 2:28 am

Re: Formbuilder - dynamic field duplication

Post 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.
Post Reply

Return to “Modules/Add-Ons”