Bug when creating conditionals

Created on 4 January 2023, over 2 years ago
Updated 11 January 2024, about 1 year ago

Problem

I have a webform for newsletter subscription and it has a checkbox asking if the newsletter should be sent via e-mail or post.
Then I want to create conditionals for setting required fields for each but it only works for either e-mail or post.
If I define required fields for both options I get this error: An illegal choice has been detected. Please contact the site administrator.

Steps to reproduce

1. Creating webform with checkbox, option 1: e-mail, option 2: post
2. Adding needed fields like e-mail, name, address, etc.
3. Adding conditionals:
IF checkbox field IS
email
THEN
e-mail IS REQUIRED

IF checkbox field IS
post
THEN
name IS REQUIRED
post address IS REQUIRED

When clicking on SAVE the error occurs.

🐛 Bug report
Status

Active

Version

4.0

Component

Code

Created by

🇩🇪Germany maria.v

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇨🇦Canada awasson

    I am experiencing this exact problem as well. In my case, I have the choice of 4 options with 4 corresponding field sets to show.

    I have done this with much, much more complex choices in the past and have not had a problem however now I get the illegal choice error and my additions are not allowed. This appears to be happening when I add a few conditionals and then decide to add a new one to the mix. When I add the new one, it will trigger the illegal choice problem.

    I have discovered a workaround. It is a bit tedious but it requires you to delete your existing conditionals and add them all at once before saving the conditionals. I've done this several times to make certain this is the case and if I do delete the existing conditional rules I can add all 4. If I need to add a 5th, I then need to delete the existing 4 and add them all at once again.

    It is tedious but it works.

    This is the case with the existing DEV released 28 Jul 2023 and the 7.x-4.26 Stable release, released 28 September 2023.

    Cheers,
    Andrew

  • 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦

    You can probably use git bisect to figure out which commit broke it. That would be very helpful for fixing it.

Production build 0.71.5 2024