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?
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?
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
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
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.
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.
This topic is locked and no more replies can be posted.