I have a checkbox on my form and a multi-line box with the visible property set to false. I used the onCheck property set to
BadgeComments_DataCard1.Visible = true
When the checkbox is checked, the card containing my multi-line box does not become visible as set in the formula. I've tried everything and it still won't work.
The checkboxe was initially a toggle switch but I changed it to a checkbox, but I get no errors so I don't think that could have been the issue.
Any ideas?
Thanks!