Submitted by Caleb G (not verified) on Thu, 06/26/2008 - 10:44am.
It's worth mentioning to anyone doing this for the first time that if they print_r within the validation function itself they will NOT see their form_values change. Put another way - one needs to check to see if your drupal_set_form is working in the submit function NOT the validation function.
It's worth mentioning to
It's worth mentioning to anyone doing this for the first time that if they print_r within the validation function itself they will NOT see their form_values change. Put another way - one needs to check to see if your drupal_set_form is working in the submit function NOT the validation function.