The #1215456: Multiple and same-page conditional rules issue merged in all the functionality provided by Webform Conditional into the core Webform project. However it's only included in the 4.x branch of the project (starting at 7.x-4.0-alpha2). I wrote up a bit more about it (and you can try it out if you like) at http://webform.com/blog/new-conditionals-system

Comments

tedbow’s picture

@quicksketch, ok I will put that into the project page now. So will there not be a 4.x branch of webform for Drupal 6 right? If not I guess this module can live on for that.

So I know you have migration code for conditional in the patch in this issue: #1215456: Multiple and same-page conditional rules

I guess I will need to write migration code conditionals controlled by this module. I assuming I can check in the update hook to check what version webform is at.

tedbow’s picture

I also created an issue for migration #1616376: Create Migration to Webform 4.x