Hi, If I have two forms on the same page and use antispam verification with them neither work and they come back with a 'you have entered an incorrect code' error.
Is this a know issue? Thanks in advance
Hi mekon,
I think it probably is a bug. The key is stored in the user session and I suspect that the same variable name is used for all forms.
Bob
so can anything be done about it Bob?
Hi mekon,
It might be possible to hack the code to make sure that the codes are tied to the forms. Or you could try using ReCpatcha instead. That might work.
Please post a link to the page with the two forms so we can take a quick look.
Bob
Hi mekon,
As the form is live I'd be inclined to add a simple validation check and verifiy it on the servers side. One the forums here we use the 'What colour is grass?' question to filter out a lot of the spambots that used to get through.
Alternatively you could turn the Contact Us form off on this page either in the Module Menu settings (simplest) or by adding a little check in the Form HTML.
Bob