In a website that was recently migrated from Joomla 2.5 to Joomla 3.4 the chronoform based contact is not working properly always returning the message "You have entered a wrong verification code!" on submit. This website doesn't have cached enabled.
I looked around form and events configuration but there is not obvious setting that would make it work. Also, and this might be the weirdest symptom the dev instance of the website, created through an akeeba copy, works fine. The only difference between the two instances that I can think about is that the dev environment does not include an SSL certificate.
I understand that are several forum threads that report the same issue. But, I didn't find a resolution for it on the forum.
Can you, please, provide some input on this issue?
A link for the form can be found here.
A screenshot of the form events is attached.
I looked around form and events configuration but there is not obvious setting that would make it work. Also, and this might be the weirdest symptom the dev instance of the website, created through an akeeba copy, works fine. The only difference between the two instances that I can think about is that the dev environment does not include an SSL certificate.
I understand that are several forum threads that report the same issue. But, I didn't find a resolution for it on the forum.
Can you, please, provide some input on this issue?
A link for the form can be found here.
A screenshot of the form events is attached.
Hi sohopros,
I get the same error message but don't see any obvious explanation for it. The code is correctly submitted so I assume that something is happening after the form submits. Either the code hasn't been saved in the user session, or something has changed the form data after submission. You might check the Custom Code to see if anything there might be changing the results.
In general I recommend that you make the Check Captcha the first action and that you don't use the On Success box - instead put those actions after the Check Captcha.
Bob
I get the same error message but don't see any obvious explanation for it. The code is correctly submitted so I assume that something is happening after the form submits. Either the code hasn't been saved in the user session, or something has changed the form data after submission. You might check the Custom Code to see if anything there might be changing the results.
In general I recommend that you make the Check Captcha the first action and that you don't use the On Success box - instead put those actions after the Check Captcha.
Bob
This topic is locked and no more replies can be posted.