Blog Archive - June 2015

Written by Jonathon Whitener on June 16, 2015
Ajax form validation is one of those features typically tasked to a Drupal Developer. Here is how it is accomplished in Drupal 6. Let's say we were adding Ajax form validation to the user registration page. You need to create a jQuery event listener in a javascript file. $(document).ready(...
Read more...