Hi!
I am using chronoforms for orders on my site.
Verification with recaptcha stopped working.Even after removing field from form,and turning off plugin,after submitting "wrong verification code" error is shown.
Link to form : http://www.cvecaragardenia.co.rs/poruivanje-i-isporuka/forma-za-poruivanje.html
Can this be fixed?
Thanks in advance!
I am using chronoforms for orders on my site.
Verification with recaptcha stopped working.Even after removing field from form,and turning off plugin,after submitting "wrong verification code" error is shown.
Link to form : http://www.cvecaragardenia.co.rs/poruivanje-i-isporuka/forma-za-poruivanje.html
Can this be fixed?
Thanks in advance!
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
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
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!
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!
Hi darkog,
Have you added {imageverification} to the Form HTML? That is needed to display the imageverification element in the form.
Bob
Have you added {imageverification} to the Form HTML? That is needed to display the imageverification element in the form.
Bob
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!
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!
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
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
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
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
Thank you so much!
It is working now,I must have missed something.
Thank you once more ! 😀
It is working now,I must have missed something.
Thank you once more ! 😀
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.
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.
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.
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.
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
@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
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
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
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.
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.
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
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.