Captcha
It is possible to activate the display of a captcha image and a text field where the user must enter the text displayed on the image. Extension sr_freecap or captcha must have been installed. The captcha_response field should not be specified as a required field. Set in TS Constants:
activate captcha
formFields := addToList(captcha_response)
Copied!
or, using the TS Constant Editor, add captcha_response to the list of fields
Set also in TS Setup:
activate captcha
plugin.tx_agency {
create.evalValues.captcha_response = freecap
}
Copied!
or set in TS Setup:
activate captcha in evalValues
plugin.tx_agency {
create.evalValues.captcha_response = captcha
}
Copied!
Captcha markers
###NAME_CAPTCHA_ RESPONSE### ###CAPTCHA_NOTICE### ###CAPTCHA_##CANT_ READ# ###CAPTCHA_IMAGE### ###CAPTCHA_ACCESSIBLE###