Conditional logic not working as expected
-
Hi folks,
I’m running into some strange behaviour when using conditional logic.
I just want to show some custom HTML code when a certain option has been selected. This is party working. It looks like it’s working in the beginning, but when I start changing things in the form, the object keeps showing up, even when the conditions meet (?).Let’s say that I have this situation:
Select1: Business / home user
Select2 (for business): Information / Repair / Buy a new machine / Lease a new machine (hidden for home users)
Select2 (for home users): Information / Repair / Buy a new machine (hidden for business users)
HTML object: Show some contentI set the conditions of the HTML object to SHOW if the value of Select2 is equal to the option Repair. This is done by giving 2 conditions and setting them to IF ANY CRITERIA MATCHES. 1 for Select2 for home users and one for Select2 business users. This works OK, but … when I go back and change Select1 and Select2 to something that don’t match the conditions, the HTML object stays visible. I also tried to add a Hide condition logic below the Show condition, but this doesn’t get triggered somehow.
I didn’t have this problems with Caldera forms for example, so I guess there’s some bug or conflict in these.
Anyone who has an idea?
The page I need help with: [log in to see the link]
- The topic ‘Conditional logic not working as expected’ is closed to new replies.