Hi.
I want to display 3 diffrent node types forms on 1 page, each of them ajax-submitted. I set
$form['#ajaxsubmit'] = true;
in form-alter but it doesn't work. Ajaxsubmit and jstools modules are enabled and .js files are attached.
I would be grateful for any hints.
Błażej
Comments
Comment #1
blazey commentedI figured it out.
It seems that ajaxsubmit form_alter is being called before my module's form_alter. The solution is to enable these forms through AJAXSubmit settings page (First, you need to enable form collect module, for the forms to appear there). Have fun playing with AJAXSubmit - it's a great module
Błażej