Hi, thanks for your question.
With Tripetto you can filter domain names that you don’t want your form to work at in your form structure itself. Let me explain:
In the form builder you can add a block at the beginning of your form that retrieves the domain name that the form is embedded at. You use a ‘Hidden field’ block for that with type ‘Page URL’. More info: https://tripetto.com/help/articles/how-to-use-the-hidden-field-block/
After that hidden field block, you can now add a branch that checks if that page URL contains a domain that you want to block. In the branch conditions you can add multiple checks for each of the domains you want to block and check that against the value in your hidden field block. Something like this: YOUR_HIDDEN_FIELD contains 'https://mailinator.com'
. More info: https://tripetto.com/help/articles/discover-the-power-of-branches-for-your-logic/
If that branch matches any of those conditions, then you know you don’t want to show the form. In that branch then add a ‘Force stop’ block with a message that the form is blocked for this domain. The Force stop block will prevent that the respondent is able to proceed in the form. More info: https://tripetto.com/help/articles/how-to-use-the-force-stop-block/
Respondents from other domains won’t notice this check and will simply be able to continue with your form.
Hopefully this is what you’re looking for. I will close this support ticket for now, but please feel free to reach out if you have any other questions in regards to this subject.
Thanks for using Tripetto!