- Issue created by @guymandude
- πΊπΈUnited States guymandude
Found my own answer. The 'Reset the target to its default values when the form is submitted if the dependency is not triggered.' option fixed my problem.
I have a boolean field that I am using to control visibility of another field. The visibility of field B supposed to be hidden when the boolean is unchecked and visible when checked. I'm getting exactly the opposite functionality, but I cannot figure out how to reverse it.
I have tried checking and unchecking the Control Field value but it seems to be stuck on the checked value and I cannot set it to unchecked. I have tried deleting and re-adding the CF rules but they work the same way.
I am pretty familiar with CF and have used it numerous times without a problem. In fact, I am fairly sure I have used it for this exact scenario before.
It feels like CF is setting an attribute in the database and it needs to be reset.
Looking for thoughts please. Thank you.
Active
4.0
Code
Found my own answer. The 'Reset the target to its default values when the form is submitted if the dependency is not triggered.' option fixed my problem.