Conditionally in Form Not working?
Hi everyone,
I'm trying to create conditional form wherein if a contact meets the specific criteria then they will be able to receive notification email
I created a CDO and store data there, my data and condition in form was right however the notification didnt triggered to the right email address even if my value and condition is correct
CDO DATA:
Email Address
Code
Condition in Form:
If Code = TEST123 then TEST A will receive the notif email
If Code = TEST234 then TEST B will receive the notif email
I tried to click the blindform however even the value is correct I was able to receive both TEST A and TEST B notification emails.
0