I would need to add a second opt-in condition. 2 conditions are necessary to be met to add the subscriber to the CF list...how can I do that?
Thanks a lot!
I would need to add a second opt-in condition. 2 conditions are necessary to be met to add the subscriber to the CF list...how can I do that?
Thanks a lot!
Please give us more information here.
The feed only supports on opt-in condition. When that is met, the form entry will be sent to Campaign Monitor. You might have to combine options in your form so that when both conditions are met, some other field shows 'true' or something, and then you use that field for your opt in condition.
Hi Chris,
Ok so let's see. Apart from name, etc etc, the form contains the following 2 fields which are key to me:
1 field is "Do you live in Valencia?" (drop-down menu, with 2 values: Yes / No)
and other field is another "Have you read and accepted our legal notice?" with again 2 values: yes/ no.
I'd need to automatically add to the subscriber list those who answer yes to both questions.
How could I do it?
Thanks a lot in advance
Elena
I would probably make one of the fields dependent on the other using conditional logic, so that the only way the second one is seen is if the first one was checked "yes". Then, you can use the value of the last drop down as you condition. The only way it could be true is if the first one was also true. So, you're using the conditional logic in the form to ensure that both must be true before the opt-in condition is satisfied.