Forums

Select Box and tables

petermazzi 17 Jan, 2012
I have a form with a "Select Box" element (CF V4). The visitors can choos among n different options.
I was wondering if it is possible to create n different tables corresponding to each choice of the "Select Box".
Therefore if the visitor choose "option 2", the "table option 2" shows all fields of the form. If the visitor choose "option 3", all data go to "table option 3".
I hope my question is clear enough and I hope the forum can provide a solution...
Thanks in advance.
Best regards,
Peter
GreyHead 17 Jan, 2012
Hi Peter,

It's possible but you'd need to hand-code the DB save query (or have n different DB Save actions and the code to switch between them).

Bob
This topic is locked and no more replies can be posted.