Kevin Cassidy wrote:
Hi Ankit,
So technically you're not restricting the form submission. Instead, you're creating two sets of rules.
Rule 1. If the email address is someone you want - you direct them to the thank you page, add them to a shared list/program, send them an email, etc. (whatever processing steps you want)
Rule 2. If the email address is not someone you want - you direct them to a 'Sorry page' and don't do any of the other processing steps.
The way it works is using conditional rules to check a Custom Data Object.
"If email address is in CDO - do this" (Rule 1)
"If email address is not in CDO - do that" Rule 2)
Make sense?
Kev
Hi Kevin,
might I ask you how exactly you set up these rules?
"If email address is in CDO - do this" (Rule 1)
"If email address is not in CDO - do that" Rule 2)
I understand what it is you`re describing, but I cannot get it to work. The only thing I can do in processing steps is this:
So, Redirect to Web Page X if Email address on Custom Object Emailaddress Field matches exactly Email address on Form.
This sure sounds like what I`m trying to achieve... but it does not work in my setup. I can enter an emailaddress in my form, and regardless if it`s new or existing, the form will redirect me to the same Web Page...
Regards,
Marc