I have made a webform to test using select and radio fields to change conditionals. The node export of the webform is copied here
If you change the people on each of the sets, the country will change.

The ones that are attempting to change a list/selectlist field work perfectly (I press peter and country goes to nz, I press torrance and country goes to australia)

However the ones that are trying to change radio buttons do not work right: If I press Kaylie the country goes to NZ (correct) if I then press Jitendra.... the country does NOT change to India - which it should according to the conditionals.

Attached patch works fine for me.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jitendrapurohit created an issue. See original summary.

jitendrapurohit’s picture

Chris Matthews’s picture

Assigned: jitendrapurohit » Unassigned
Issue tags: -conditionals, -radios, -conditional fields

The patch in #2 still applied cleanly to the latest 7.x-4.x-dev. I don't think I fully understand this issue, but maybe someone else can pick this up and run with it.

Checking patch js/webform.js...
Hunk #1 succeeded at 695 (offset 3 lines).
Applied patch js/webform.js cleanly.
francescbassas’s picture

Same problem here and patch in #2 fix it