It would be nice to have a config checkbox to set AJAX functionality on or off.
In my case, I'm trying to add some fields to the form (hook_form_alter), but when the voting form is submitted via AJAX it doesn't seem to use the normal process. If I prevent the javascript files (...form and ...vote), then my form_alter code works fine.
(I'm trying to add another submission form like:
$form['#submit']['pollfields_submit'] = current($form['#submit']);
// submit to pollfields_submit()
)
Comments
Comment #1
pomliane commentedThis version of Advanced Poll is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.