Several forms on page and captcha bug

rdbmsa 23 Dec, 2009
Hi!
I've two forms on my page with enabled captcha (imageverification) in each of them.
and I've got strange bug: captcha works right only with one of this forms and for other form it prints verification error. If I enter captcha text from another form it works!
In chrome browser both forms work right simultaneously because they load the same captcha image.
How can I adjust image verification on these forms for correct simultaneous work?
GreyHead 23 Dec, 2009
Hi rdbmsa,

I don't think you can without hacking the core code. ChronoForms saves the imageverification key in the user session and all forms use the same variable name :-( The effect is that second one overwrites the first.

Bob
rdbmsa 25 Dec, 2009
Hi Bob.
Thank you for your response and idea.
I've solved this problem by adding form name to 'chrono_verification' session parameter.
Now each form on the page has its own captcha.
GreyHead 26 Dec, 2009
Hi rdbmsa,

Neat - useful fix, thanks.

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