How do you block and/or exclude competitors and non-work (i.e. yahoo.com) emails from being able to submit a form successfully?
Solved! Go to Solution.
Hi Jalana,
This will take some Javascript. Search the community, there are some examples that are provided.
But without JS, you can black list them, which will prevent them from receiving any auto-response and any email.
-Greg
Thank you!
You are welcome
To prevent them from submitting the form you will need some page side scripting to perform form validation.
To let them submit and prevent them from receiving any response, create a smart campaign that adds anyone with email addresses which contain the offending domain names to the blacklist
Thank you!