This is a custom module made for Drupal 5. If $form['ajaxform'] is set to true a form alter is done to setup the form for Ajax submission. The jQuery Form Plugin is used to submit the form via a 'ajaxform/process' path. On the server side form access permission is checked and the form is processed (validation/submission) using drupal_execute(). Any form validation error is passed back to the client and displayed.
useless
swilson3d 6 months ago
Very cool tech demo, but the validation is pokey and not that much better refreshing the page.
realistindenial 3 years ago
Please add a link to show how you coded this.
Thanks.
philhersh 3 years ago
great, lovely... but what module are you using for this? Or how did you make it work code-wise? Info in your about text would be awesome. Thanks. :)
maddersmudder 3 years ago