Active
Project:
Ajax
Version:
6.x-1.14
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 16:43 UTC
Updated:
23 Sep 2009 at 16:43 UTC
This is on WIMP, D6.12, Ajax6.14.
So far, I have:
Result:
Form submits as usual with usual Drupal error; no alert box.
Having read this other similar issue (http://drupal.org/node/436432), I checked to see if ajax.js was being included in $scripts. It was not. So, I moved the drupal_add_js calls from ajax_page_preprocess to ajax_form_alter. That caused them to be included, but the form behavior remained the same.
I feel like I'm probably missing some blindingly obvious step in the configuration, but I've read and re-read the docs. Help, please?