Issue with Edit form data saving using firefox browser

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
User avatar
vishwasbhat1
Posts: 6
Joined: Thu Oct 05, 2017

24 Dec 2018

Hi,

Am not able to save the data to the SharePoint list columns from edit forms using Firefox browser, any idea?? New form it works fine in firefox,from crome browser it works fine for both New and EditForms all the data is getting saved.

Example: Saving comments from the edit form to Comments list where TestList is the master list from where the form data is getting saved except comments


var Account = window.$().SPServices.SPGetCurrentUser({
fieldNames: ["Title", "Name"]
});

fd.onsubmit(function(){
var url = _spPageContextInfo.webAbsoluteUrl;
var comment=fd.field('Comment').value();
InsertDataToList(url,"Comments",[["ParentProcessName","TestList"],["ParentProcessID",fd.field("ItemId").value()],["CommentedBy",Account.Title],["ReviewStatus","Submitted"],["CommentDate",new Date()],["Comment",comment]]);
});

Regards,
Vishwas

User avatar
AlexZver
Posts: 232
Joined: Mon Aug 27, 2018

27 Dec 2018

Dear Vishwas,

I'm sorry for a late reply.

Could you please provide a code for "InsertDataToList" function?

Does this issue exist for the brand new list?

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 20 guests