VALIDATION

    by domenic on Sun, 04/20/2008 - 16:10

    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.

    Tags: AJAXd5Drupalformshow-tojavascriptjquerytutorialvalidation by aaron on Wed, 05/23/2007 - 11:08

    After 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.

    FormCorral: Edit Fields view

    Tags: Drupalformapiformsvalidation