-
mirabellette authored
I added to the captcha's input text a required tag in order to oblige the user to fill it. It could be disable with 'input_required' => false. For example: Securimage::getCaptchaHtml(array('input_required' => false))
I added to the captcha's input text a required tag in order to oblige the user to fill it.
It could be disable with 'input_required' => false.
For example:
Securimage::getCaptchaHtml(array('input_required' => false))