Postponed (maintainer needs more info)
Project:
Webform Conditional (Same Page Conditionals)
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2013 at 21:41 UTC
Updated:
17 Oct 2014 at 16:17 UTC
Jump to comment: Most recent
Comments
Comment #1
jsedwick commentedUnfortunately, I entitled this issue similarly to other issues being investigated even though it may be unique. It could be related to this issue: http://drupal.org/node/1311964, however, the webform in my block is a simple form and isn't hiding any conditional fields (which is a little different from the "Not working when multiple forms on the same page" issue).
Comment #2
simone960 commentedI encountered the same problem when webform is in block. It didn't work well, the field will always display. Please look into it.
Comment #3
tedbowIf you want help on this please the instructions here http://drupal.org/node/add/project-issue/webform_conditional
carefully and provide as much information as you can as well as an webform export.
Thanks
Comment #4
simone960 commentedJust a correction here. I realised my problem is actually with "Not working when multiple forms on the same page" - http://drupal.org/node/1311964. When there's 1 form block displayed, it works well. When I placed 2 forms at the same page, the top one will work. Not the other. This problem also exist in webform 7.x-4.0-alpha6.
Comment #5
daggar commentedI ran into this problem with the 6.x branch.
Partial fix: you can get the main form (displayed on the webform page, not in a block) working by by making sure that all the field keys for conditional questions were unique-- both for the field being displayed conditionally, and the component that controls it. Note if you update a field key, you need to update the conditonal key value.
Hope this helps.