Rating: 1 star
That is awesome plugin
i used it today , it was very easy
fully customizable ??
Rating: 1 star
That is awesome plugin
i used it today , it was very easy
fully customizable ??
Rating: 4 stars
Heya… almoust great extension… just few things..
There was some bug that did not allowed to change title of the field…
maybe you can update code at public function captcha_admin_pre_render
change line
$form['fields'][$i]['label'] = 'Captcha:';
to if
if (strlen($form['fields'][$i]['label'])==0)
{
$form['fields'][$i]['label'] = 'Captcha:';
}
other way it sets all the time to default value… and after saving the form its sets it back again….
Also text “Enter code*” should be as translatable string…. around lines 225,242
]]>