Hi All
I need a quick help. I have a form and on checking a checkbox I want to show up a calendar textbox.
Please help me
Thanks Anu
On the checkbox field, check the "Has depending fields" checkbox on the field definition. Then on the calendar textbox set the "Depends on other fields" to true and set the visibility property = CheckBoxFieldName.Value
CheckBoxFieldName.Value
Please, sign in to be able to submit a new answer.