For some reason my save button is not working. I have a form that is in view mode and populated based on a dropdown menu. I have a button to update any information in the form (turning the form to Edit mode).
I have a Save Updates button that was working - and still is to some extent. It's saving the updated information that the user changes (I see the info my in SharePoint list). However, it's resetting the form to a blank screen. Here's what I have for my Save Updates button:
DisplayMode = Edit
OnSelect = SubmitForm(form_OrgInfo)
Visible property = !(form_OrgInfo.Mode = FormMode.View)
Do you know why it would be doing this?
Hi @ttaylor ,
What is the Item property of your Form control?
Regards,
Mona
Item = OrgDropDown.Selected
User | Count |
---|---|
207 | |
92 | |
84 | |
49 | |
41 |
User | Count |
---|---|
254 | |
104 | |
103 | |
61 | |
59 |