howdy!

is it possible to create webform conditionals programatically in a webform API component? if so would it be possible to provide some light documentation on how to go about doing so?

thanks!

Comments

tedbow’s picture

@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.

tedbow’s picture

Status: Active » Closed (fixed)