StratusForms
StratusForms copied to clipboard
completefunc not getting called
I have a few forms and they were working great, now all of a sudden when you submit the form the completefunc is not getting called. THe data gets saved/updated but it just sits there now. Any ideas??
$("#SFForm").StratusFormsSubmit({ listName: listName_Var, errorOffsetTop: 50, errorOffsetLeft: 10, completefunc: function(id) { spinner.hide(); alert("Save was successful"); // This reloads the form and the record data //window.location = window.location.pathname + "?ID=" + id; window.location = "URL/Lists/Roster/AllItems.aspx"; }
});