
I am trying to link a multi-form to create a save button. The forms have 2 data sources and I need it to go to one SharePoint list. Currently, even with the Submit button not working, the save in (pic attached)Sharepoint save is not working either. Please assist. SharePoint does not work either
Put into the OnSelect of your submit button:
SubmitForm(Form1);
SubmitForm(Form2);
Using the names of the forms for your app. The Save button you see from SP is using the same SubmitForm function, but only on the form from which you started the SP integration.