I'm sorry, but I posted on this and can't seem to get an answer. I can't figure out how to enable the captcha on this page:
http://amoremusicstudio.com/index.php?option=com_content&view=article&id=53&Itemid=60
I know on a previous version, there was some place to enable it, but I can't find any place in v4 to enable captcha so it shows up - no image now.
Please help.
Thanks so much.
Dawn
http://amoremusicstudio.com/index.php?option=com_content&view=article&id=53&Itemid=60
I know on a previous version, there was some place to enable it, but I can't find any place in v4 to enable captcha so it shows up - no image now.
Please help.
Thanks so much.
Dawn
Hi,
In V4 you may use the "Easy wizard mode" and enable the "captcha" Or if you are using the regular/advanced wizard then you need a "load captcha" event in the "on Load" event.
Regards,
Max
In V4 you may use the "Easy wizard mode" and enable the "captcha" Or if you are using the regular/advanced wizard then you need a "load captcha" event in the "on Load" event.
Regards,
Max
Hi finc,
You need to add a Captcha Input element if you are using the Wizard; or {chronocaptcha_img} if you are hand-coding the HTML.
Bob
You need to add a Captcha Input element if you are using the Wizard; or {chronocaptcha_img} if you are hand-coding the HTML.
Bob
Okey here is an example code for the Core Captcha I added into the html before the sibmit
It still sends the form, if I filled 2 fields and not even need to fill the captcha.
<div class="ccms_form_element cfdiv_text" id="enter_the_code_container_div"><label>Enter the code</label><input maxlength="5" size="5" class="chrono_captcha_input" title="" type="text" value="" name="chrono_verification" />
{chronocaptcha_img}<div class="clear"></div><div id="error-message-chrono_verification"></div></div>
It still sends the form, if I filled 2 fields and not even need to fill the captcha.
This topic is locked and no more replies can be posted.