Captcha V4

Max_admin 20 Jun, 2011
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
finc 22 Jun, 2011
I did enable it, do I have to add still a code into the form?
{captcha} like?
GreyHead 22 Jun, 2011
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
finc 22 Jun, 2011
Okey here is an example code for the Core Captcha I added into the html before the sibmit

<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.
GreyHead 22 Jun, 2011
Hi finc ,

Do you have a Check Captcha action in the OnSubmit Event?

Bob
finc 22 Jun, 2011
How I add that if I do not use the Wizard?
GreyHead 23 Jun, 2011
Hi Finc,

You can still use the Advanced Wizard to add Events - you have to do that.

Bob
This topic is locked and no more replies can be posted.