By anil.pothuraju on
i wish to validate my own drupal form using ajax.
how can we integrate ajax code into our .module file.
thanks in advance
i wish to validate my own drupal form using ajax.
how can we integrate ajax code into our .module file.
thanks in advance
Comments
You could checkout the ajax
You could checkout the ajax project page http://drupal.org/project/ajax . But I wrote up a little tutorial to get you started here: http://www.drupalconnect.com/blog/jwhitener/drupal-ajax-form-validation
Good luck!