SOLVED

Re: Exclude and/or Block Competitors

Go to solution
Jalana_Ballen
Level 1

Exclude and/or Block Competitors

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

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Exclude and/or Block Competitors

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
Grégoire_Miche2
Level 10

Re: Exclude and/or Block Competitors

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

Re: Exclude and/or Block Competitors

Thank you!

Grégoire_Miche2
Level 10

Re: Exclude and/or Block Competitors

You are welcome

Anonymous
Not applicable

Re: Exclude and/or Block Competitors

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

Re: Exclude and/or Block Competitors

Thank you!