Hi
I have a "Contact Us" list and "Visitors" group members have full rights on that list.
I have a feedback form on a page and visitor comes and write some feedback add submit to this list, works well with my site owner account but i get following error with "Visitors" group members.
TypeError: SP.ClientContext is undefined
var context = new SP.ClientContext.get_current(); |
I thought giving "Visitors" full access on list should work but did not work.