Closed (fixed)
Project:
Webform Conditional (Same Page Conditionals)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2011 at 17:21 UTC
Updated:
5 Mar 2012 at 13:22 UTC
Comments
Comment #1
tedbow@firebus this should be possible though I haven't tried it. All of the information that this module stores is in the webform_components table in the "extra" column. All the components are regular webform components with extra information. The dependent components need extra info. The dependee components are not affected.
I suggest making a SAME page conditional component and then check out the values in the "extra" column.
Comment #2
tedbow