Skip to main content

Browser Requirements

Browser Requirements for MTCaptcha​

MTCaptcha plugin requires JavaScript and cookies to be enabled on the browser.

The MTCaptcha cookies do not store any permanent or temporary identification of the browser, device or user. They are used only for managing captcha transactions and browser validation; therefore, GDPR and privacy policies related to cookie consent are not applicable and not needed.

To enable error messages for users without JavaScript, noscript tags can be added within the target div, e.g.:

<div class='mtcaptcha'>
<noscript> your no script message here </noscript>
</div>