i wish to validate my own drupal form using ajax.
how can we integrate ajax code into our .module file.
thanks in advance

Comments

jaydubb181’s picture

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!