Some bugs
-
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_renderchange line
$form['fields'][$i]['label'] = 'Captcha:';
to ifif (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
- The topic ‘Some bugs’ is closed to new replies.