ruben |
|
---|---|
the captcha in my contact us plugin won't work. captcha manager is installed and running
if ($usr['id'] < 1 && $cfg['plugin']['contactus']['useCaptcha'] == 'Yes'){ $t->assign(array( "CONTACTUS_VERIFYIMG" => sed_captcha_generate(), "CONTACTUS_VERIFYINPUT" => "<input name=\"rverify\" type=\"text\" id=\"rverify\" size=\"24\" maxlength=\"6\" class=\"text\" />", )); $t->parse("MAIN.CAPTCHA"); }
nvm, got aother captcha to work |
|
This post was edited by ruben (2013-01-18 19:47, 11 years ago) |