Closed (fixed)
Project:
Drupal core
Version:
6.8
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 22:03 UTC
Updated:
20 Feb 2013 at 08:30 UTC
I suppose that xxx_form_validation() should be invoked on each step of a multi-step form, see http://drupal.org/node/262422 (example 10). But it appears that validation is called only for step 1. I tried to change $form['#validate'], it didn't have any effect.
I suspect it is related to this http://drupal.org/node/260934.
Is there a work around for this problem, so I can still use multistep forms? I'm hesitating on splitting up my forms and start all-over.
Any help is greatly appreciated!
Comments
Comment #1
NROTC_Webmaster commentedCan this issue be closed?
Comment #2
mcrittenden commentedNow that #260934: Static caching: when drupal_execute()ing multiple forms with same $form_id in a page request, only the first one is validated has landed, I believe this can be closed. Re-open if needed.