Page 1 of 1

Formbuilder Add More Textfields with associated drop downs

Posted: Mon Jan 27, 2014 10:22 am
by JM6891
Hi there,

I've used FormBuilder module for a while now and think it's great. However I'm wondering if the following can be achieved?

1. I have seen that more text inputs can be added using the Text Field (Multiple) options. However when I test this on the front end and add another field, the page refreshes but does not jump down to the last form field - so the user doesn't actually know that a form field has been added - can it work so that the user is brought back to the form where their last field was added, like an anchor?

2. Once the user has added a field, can we have an associated drop down for each one that appears also so that the user can select an option to run alongside the text field they have added?

Many thanks in advance. If there is a different module that can achieve what I'm after here, please let me know.

Re: Formbuilder Add More Textfields with associated drop dow

Posted: Mon Jan 27, 2014 12:40 pm
by velden
1. I think that would involve JS (or consider using Ajax calls for the form).

2. I don't think that will work. FormBuilder only accepts values from fields it is aware of iirc.