#D7CX: Ajaxsubmit will not be upgraded to Drupal 7 as the core AJAX support now supplies most or all of what is needed, and Ctools will do anything that's missing.

Enables form submission and validation via AJAX.

Prior to Drupal 6, Ajax submit was part of the Javascript tools package.

Only install if required by another module.

Also check out the ajax module, which offers a similar API as well as a UI for designating forms to have Ajax submit handling.

Developer usage:

<?php
$form
['#ajaxsubmit'] = TRUE;
?>

Developers can designate one or more custom callbacks to be called when
data are returned from an Ajax submit.

<?php
$form
['#ajaxsubmit_callbacks'] = array(
 
'Drupal.MyObject.myCallback',
);
?>

Downloads

Version Downloads Date Links
6.x-1.x-dev tar.gz (9.91 KB) | zip (11.18 KB) 2011-Feb-25 Notes

Project Information


Maintainers for Ajax submit

  • nedjo - 13 commits
    last: 1 year ago, first: 3 years ago
  • katbailey - 2 commits
    last: 1 year ago, first: 2 years ago

Issues for Ajax submit

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 21 Nov 08
nobody click here