When i use the shortcode to display my QuForm form the conditional logic choice is successfully selected and the correct sub-parts of the form are shown.
For example,
I have a drop-down of choices; SubA, SubB, SubC. Depending on which is selected different groups are shown.
I now call the form using the shortcode
[iphorm id=”3″ name=”SubB”]
The form displays exactly as I want with the required groups being displayed and the others hidden.
However, when I submit the form and use the {SubSelect|25} option all it ever returns is NULL
So to recap … the shortcode must successfully set the ‘SubSelect’ drop-down choice as the correct groups are shown but the {SubSelect|25} always returns NULL as no nothing has been selected from the drop-down.
I hope you can help as this is holding back us being able to launch a new website.