Hi Codepeople.
We have a question about calculated fields appearing with conditional logic and the possibility of selecting them and then submitting.
We have 3 fields (1 radio and 2 dropdowns). Depending on the selection of the radio button, DIVs appear with calculated fields inside, divided into three columns to compare 3 different prices from three suppliers.
We would like to be able to select one of the three and by clicking the submit button that only the content of the selected div is released in the email.
Example
Div1 – Supplier 1 | Div2 – Supplier 2 | Div3 Supplier 3
Price1 | Price 2 | Price 3
Select [X] | Select [] | Select []
[Submit] (where X is the selection)
Email with Supplier 1 | Price1 reported on
We currently have about fifteen combinations for the radio button, so that is about 15 DIVs spread over three columns.
Is it possible to do this?
Any suggestions?
Thanks in advance.
The page I need help with: [log in to see the link]
