SOLVED

Re: Exclude and/or Block Competitors

Go to solution
Jalana_Ballen
Level 1

How do you block and/or exclude competitors and non-work (i.e. yahoo.com) emails from being able to submit a form successfully?

1 ACCEPTED SOLUTION
Grégoire_Miche2
Level 10

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

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

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

Jalana_Ballen
Level 1

Thank you!

Grégoire_Miche2
Level 10

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

Jalana_Ballen
Level 1

Thank you!

Grégoire_Miche2
Level 10

You are welcome