Hi,
I'm a beginner so note that the solution might be simple 😊
I have an edit form with a checkbox that show/hide a text field. It works fine except for the initial state of the text field which is visible even though the checkbox isn't selected(=false). The way I set the visibility on the text field is simply by adding the DataCard name of the checkbox in the "Visible" property on the text field.
How do I "refresh" or set the initial state of the text field?
Thanks in advance
Kenneth
Set the Default property of the checkbox to false and set the Visible property of the Textinput box to
Checkbox1.Value.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.