StratusForms
StratusForms copied to clipboard
"StratusFormsSubmit" is not a function
when i try to submit the form, the error comes like ""StratusFormsSubmit" is not a function".
my headers: "
"
my both function: "$(document).ready(function() { $("#minimal").StratusFormsInitialize({ queryStringVar: "formID", listName: "minimal", completefunc: function() { } }); });
//SAVE THE FORM function SubmitForm() { $("#minimal").StratusFormsSubmit({ listName: "minimal", completefunc: function(id) { alert("Save was successful. ID = " + id); window.location = window.location.pathname + "?formID=" + id; } }); } "