Closed (duplicate)
Project:
BOTCHA Spam Prevention
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 17:02 UTC
Updated:
5 May 2012 at 14:00 UTC
I use a contact form that has 2 categories, selecting one of these categories displays the relevant fields using an AJAX request. Problem is with Botcha activated, the AJAX request does not work.
There are no javascript errors, just the AJAX request executed and no fields displayed.
The log messages says: "Ajax - Invalid form POST data. - Warning".
Comments
Comment #1
hles commentedError generated here in ajax_get_form() in ajax.inc:
Well, of course, forcing
$form_state['no_cache'] = FALSE;for the form using AJAX will fix the problem, but I have no clue what it implies in the logic behind the module.Comment #2
hles commentedChanging title
Comment #3
iva2k commentedSeems to be a duplicate of #1270986: Make BOTCHA work with AJAX.