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

quicksketch’s picture

You 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().

quicksketch’s picture

Status: Active » Closed (fixed)