Looking at the Developer tools, here is the error: Uncaught TypeError: Cannot set property 'onchange' of null
We have found this link which helped uo to fix the issue
It was because, If
you have a required field in your SharePoint
list and you make a reference to the form control in the EditForm.aspx
page. You will get a javascript ‘null’ error stating that the script is
unable to find the value.
Solution:
- Get a list of all required fields in your list.
- Edit your JavaScript code and find the fields
- In your JavaScript code, change the Column name(s) to ‘CoumnName Required Field’.
Hope it helps
Kate
No comments:
Post a Comment