Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
forms system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2007 at 08:53 UTC
Updated:
6 Mar 2010 at 08:00 UTC
I'd like to see FAPI honour the $form_state['storage'] structure during form building. That is, before the form has been sent to the user for the first time, the form builder callback is called with a $form_state structure, which contains a 'storage' key; if the builder stores things in the 'storage' area, this information should be maintained throughout the life of the form.
For a discussion of this (and some 6.x bugs), see http://drupal.org/node/158746
Comments
Comment #1
sun.core commentedIt does now.