Closed (fixed)
Project:
Webform
Version:
6.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 02:16 UTC
Updated:
18 Aug 2010 at 00:51 UTC
is it possible to use information from previous pages of a multipage form to customize the select option on other pages. example is if you select item A on page 1 only options A,C,Z are available. how could information be pulled from the form cache. Thank You, any help is greatly appreciated.
Comments
Comment #1
quicksketchYou can do this with some work (creating different select lists and using the conditional logic) in the 3.x version. If you're using a custom module you can just check the existing values in $form_state in your module's hook_form_alter().
Comment #2
quicksketch