I have a Sharepoint List with columns "name", "date", "stage", "information".
"stage" is a checkbox column and "information" is a multi-line text box.
Is it possible when a "stage" checkbox is selected while creating new item, form will populate the "information" text box with some default information for the user to see?
If so, how would I implement this functionality?
Thanks!