Some months ago, I discussed multiple values in CCK using AJAX. A few people showed interest, so here's Part 1 of how AJAX can go together with Drupal.
We'll start with a common use case: checking that a username is available when a new user signs up. After you're done with this tutorial, you should be able to give the new user near-instant feedback on whether or not their username is available. I like to start at my desired result and work backwards, so that's what we'll do.
by aaron on Wed, 05/23/2007 - 11:08After finding myself writing the same form handling code over and over and over (and over) again, I finally decided to do something about it.
And then FormCorral was born.
