Typoscript Reference

This is an overview of the available Typoscript constants. They are also available in the Constant Manager.

Enable / disable

plugin.tx_powermailcaptcha.enable

plugin.tx_powermailcaptcha.enable
Type
bool
Default
true

New in version 1.3.0

In case you wish to disable the captcha temporarily, just add the following line to your typoscript constants: plugin.tx_powermailcaptcha.enable = 0

You can also find this option in the Constant Editor.

Sitelanguage

plugin.tx_powermailcaptcha.useSiteLanguage

plugin.tx_powermailcaptcha.useSiteLanguage
Type
bool
Default
true

New in version 1.1.0

The current language is added to the captcha via language parameter which is taken from your Site Configuration.

To disable this behavior, add the following to your Typoscript Constants:

plugin.tx_powermailcaptcha.useSiteLanguage = 0

Captcha API Keys

plugin.tx_powermailcaptcha.captchaMethod

plugin.tx_powermailcaptcha.captchaMethod
Type
string
Required

true

Available values:

  • Google Recaptcha recaptcha
  • Friendly Captcha friendlycaptcha
  • hCaptcha hcaptcha
  • Cloudflare Turnstile cloudflare
  • Prosopo Procaptcha procaptcha

See Supported Captcha Types

plugin.tx_powermailcaptcha.sitekey

plugin.tx_powermailcaptcha.sitekey
Type
string
Required

true

Captcha Sitekey/ Application ID

plugin.tx_powermailcaptcha.secretkey

plugin.tx_powermailcaptcha.secretkey
Type
string
Required

true

Captcha Secretkey / API key