Hi
Is it possible to have two or more drop downs associated with a single entry?
Each question in my form has 4 drop downs so I need the answers from each drop down to be grouped under a single question in the results.
I have seen some answers that say to use CSS to position the drop downs but how do I get the results to link up to a single entry?
Thanks.
** UPDATE ** I just used gf_inline to put the drop downs beside each other and used a section break to group the results.