Skip to content

Spam protection

In order to further prevent the abuse of spamming your forms, Form.taxi provides you with several features and settings options. Of course, you can use several of these techniques at the same time, but we recommend using at least one method.

Spam filter

Our in-house spam filter automatically detects junk submissions and sorts them out into the spam folder. For new forms, this filter function is activated by default. You can turn the filter on and off at any time in your form's spam settings.

The filter works fully automatically and becomes increasingly more reliable over time as a result of its machine learning capabilities. In this process, the form submissions are analyzed by the filter and classified as either valid or as spam based on previous knowledge about known junk submissions.

Submissions that are recognized as spam are not deleted but moved to the spam folder. There you can view these submissions and move them back to the inbox if necessary.

Captcha

The captcha function prevents automated form submissions from so-called bots. Bots are computer programs that independently submit web forms and are used to send masses of spam mails.

To reliably prevent this, you can activate the Captcha function. This means that your form will not be sent until the user has successfully completed the captcha task.

img

To provide this captcha function, we use the service hCaptcha. Only necessary and no personal data is transmitted to the provider. For more information, please see our Privacy policy.

Domain restriction

If you enter domain names, the form will be checked during the submission process to determine whether it was submitted from a website with an approved domain. If it is from a different domain, the submission will be classified as spam.

To enable this check, your website or web server must include the website's hostname during form submission. If no domain is entered, Form.taxi will treat this as an invalid sender domain. This information is usually included. However, if you notice that all your form submissions end up in the spam folder after adding approved domains, the cause is probably the missing sender domain during submission.

There are several reasons why your website may not include a sender domain (= referrer):

  • <meta name="referrer" content="no-referrer"> in the HTML header prevents referrer submission. Change the value here to origin.
  • The same applies to HTTP headers: Referrer-Policy: no-referrer. Change the value here to same-origin.

Honeypot

Honeypot means a hidden input field in your form. If this field is submitted with content, it is a clear indication that the form was sent by a bot (computer program) and not by a regular site visitor. In this case, the submission of Form.taxi will be placed in the spam folder.

If you want to use this method to avoid spam, enter what the field name of your honeypot field is in the form settings. By default, the field name _gotcha is used here. But you can also use any other name if you enter it in the form spam settings.

HTML code of the honeypot field for your form:

html
<input type="text" name="_gotcha" value="" style="display:none;">

Email address validation

When this function is activated, the e-mail addresses entered by the user in the form are checked for technical accessibility. Addresses for which no mailbox is available will be identified as invalid and thus the submission will be recognized as spam. This check is carried out by our partner BriteVerify.

In order for the input field for the check to be recognized, it must be named with one of the following names: email, e-mail, e-mail-address, e-mail-address, email address, e-mail address, e-mail address, courriel, Электронная почта.