Want to make two different radio button fields listen to each other so only one selection can be made.

  • Manny0067
    Asked on June 22, 2018 at 12:27 PM

    I am trying to make a radio button field for $500 deductible plans, and a radio button field for $1000 deductible plans. However I want them to listen to each other, so if a radio button is selected in the $500 deductible plans, it will clear the $1000 deductible plans choice, and vice versa. So if a radio button in the $1000 deductible plans in selected, it will clear the $500 deductible plans choice. I have tried everything from conditional logic to widgets & nothing seems to work for me. Please help. Thank you.


    Radio Button Label : $500 Deductible Plans

    Choice 1: Individual - $111

    Choice 2: Couple - $222

    Choice 3: Adult & Child(ren) - $333

    Choice 4: Family - $444


    Radio Button Label : $1000 Deductible Plans

    Choice 1: Individual - $555

    Choice 2: Couple - $666

    Choice 3: Adult & Child(ren) - $777

    Choice 4: Family - $888

  • Nik_C
    Replied on June 22, 2018 at 1:15 PM

    Unfortunately, that is not possible to do with conditional logic, and the reason is that conditions will exclude each other constantly.

    What I mean is selecting of the first field should remove the selection in the second field, and same for the second field. But when you set such conditions, it will create a conflict and impossible state.

    So I'm afraid that I don't see a way to do this with our form builder and conditional logic that we currently have.

    Let us know if you have any further questions.


  • Manny0067
    Replied on June 22, 2018 at 3:34 PM

    Thank you for your honesty, I'll find a way to work around it.

    Thanks again for your knowledge & quick response.