Problems with verification code

GreyHead 15 Sep, 2011
Hi darkog,

I think that the ReCaptcha problem is probably because Google have changed the API URLs to use their own. The new values are in another thread here as we've found a fix for ChronoForms v4.

I don't see any error when I submit the form now?

Bob
darkog 15 Sep, 2011
Ahh,it was you!
I got empty message from site...
After posting on forum,I found that "Use Image verification" is still on "yes".Sorry for not editing post. 😶
Problem is that,not only recaptcha is not working,but embeded imageverification also.
Can you tell me why?
Thanks for helping!
GreyHead 16 Sep, 2011
Hi darkog,

Have you added {imageverification} to the Form HTML? That is needed to display the imageverification element in the form.

Bob
darkog 19 Sep, 2011
Sorry for delay.
I was afraid that you will be confused.
I will try to explain: when recaptcha stopped working,I placed {imageverification},but this not worked also.
So no one of verfification methods work no more on my site.
Thanks for helping!
GreyHead 19 Sep, 2011
Hi darkog,

Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.

Bob
GreyHead 19 Sep, 2011
Hi darkog,

Your form works Ok on my test site. You need to add {imageverification} in the Form HTML and turn the Anti-Spam on in the Anti-Spam tab. I recommend the 'With Fonts' version.

Bob
darkog 19 Sep, 2011
Thank you so much!
It is working now,I must have missed something.
Thank you once more ! 😀
buddyq 20 Sep, 2011
Same problem here...

My form was working just fine until I guess a day or so ago. My clients only told me about it today so I just learned that it was not working. I have not touched the form itself so I don't know why it all of a sudden stopped working. My form is at:

http://tangerinefiles.com/order-microsite

It always says code is wrong.
kruise 21 Sep, 2011
Hi there,

I have a problem with the verification code. My form has the verification code but it is not getting validated. My Image verification is "on" and validation is also "on". This is my link
http://www.test.medentry-hpat.ie/index.php?option=com_chronocontact&chronoformname=interview">
http://www.test.medentry-hpat.ie/index.php?option=com_chronocontact&chronoformname=interview


FOR YOUR INFORMATION (form code)
++++++++++++++++++++


<div class="form_item">
<div class="form_element cf_captcha">
<label class="cf_label" style="width: ;">security check</label>
<span>{imageverification}</span>

</div>
<div class="cfclear"> </div>
</div>

<div class="form_item">
<div class="form_element cf_button">
<input value="Submit" name="button_1" type="submit" />
</div>
<div class="cfclear"> </div>
</div>


Kindly Help.

Regards,
Kirup.
GreyHead 21 Sep, 2011
Hi Kruise and buddyq,

@buddyq: Which Capthca were you using? The ChronoForms Imageverification of RCaptcha?

If it's the Imageverification then most likely your host has changed some security settings for your site.

If it's ReCaptcha then you may have a problem because Google are changing the ReCaptcha URLs.

@Kruise: Please drag an Event Loop action into the pink On Fail Event of the Check Captcha action.

Bob
kruise 22 Sep, 2011
Thanks for your reply Bob.
where can I find the "Check Captcha action" ?
GreyHead 22 Sep, 2011
Hi Kruise,

Sorry, you are using ChronoForms v3 (the Check Captcha action is in CFv4).

Looking at the form source code you seem to have got the Form OnSubmit URL set to '#' - this means that the form isn't submitting to ChronoForms and so isn't being processed.

Please check the URL in the form settings - it that is empty then maybe some other extension is re-writing the from action URL??

Bob
aha2j 10 Mar, 2012
The problem is in joomla users table.
The value of "lastvisitDate" must be "0000-00-00 00:00:00" before verification.
Somehow Chronoforms sets this to the curent date and time.
If you set this field to "0000-00-00 00:00:00" (with phpmyadmin or somecode) your verification continues ok.
GreyHead 12 Mar, 2012
Hi aha2j,

I'm not sure why this happens, ChronoForms doesn't set it directly (the variable isn't mentioned in the action code). The values are being set by the Joomla! model code using bind() and store() - maybe that has changed from the version 1.5 code :-(

You could try over-riding it in your form by setting a 0 value for the lastvisitDate in a hidden input or a Custom Code action.

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