Hi all, I searched but I couldnt come up with an answer.
Almost all my fields have conditional logic based on a required radio button that everyone can see on the form.
Basically if you pick one radio button you get a different set of fields than the other radio buttons.
When creating the email to be sent to a recipient, how can I not include fields that werent shown based on the radio button chosen?
In other words radio button one is person one and will get a set of fields that others wont, but it seems to me they are going to get irrelevant fields that will be blank.
How can get around this?
thanks
You will not see blank values unless you override the default message or you're using the include_blank="1" option.
Please login or Register to submit your answer