Feb 22nd, 2012, 9:24 AM
I'm looking at the Form Builder module in terms of converting some existing forms. I have a few forms where the end user is first presented with a drop-down list containing company names. Once the user selects their company from that drop-down, I use an onchange to wisk them to the actual form, where their basic info (email, address, etc. ) is then pre-populated by way of a database query using a GET variable that was set along the way. The individual fields just echo'd a variable if it was set. So, my question is can this, or something similar to this, be done using Form Builder?