Ok title may not be clear so I will explain how to produce this.
Open SharePoint list that you used the "Customize Form" option to create custom form
Click on "new"
Fill out form
Click on the X that is in the form to get out of form (don't submit it)
Click on "new" again
The issue that I am having is that when I click on new the second time the data that being entered is still there.
Does anyone know how I can fix this?
Cheers
Solved! Go to Solution.
Try adding ResetForm(FormName) in the OnNew property of the SharePointIntergration control.
ex: ResetForm(SharePointForm1);NewForm(SharePointForm1)
Try adding ResetForm(FormName) in the OnNew property of the SharePointIntergration control.
ex: ResetForm(SharePointForm1);NewForm(SharePointForm1)
User | Count |
---|---|
246 | |
103 | |
82 | |
49 | |
42 |