Possibility to make the captcha's input required
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))
Showing
+2 -0
Please register or sign in to comment