I have added a customised 'Save and Submit for Approval' button to the default NewForm of a SharePoint List through Client Side Rendering and would like to Save the List Item and Trigger a Workflow when this button is clicked.
The Workflow is a customised SharePoint Designer Approval Workflow and my users requests to have two options when creating a new list item, i.e either the default 'Save' button, which will save the new list item in the sharepoint list, or the 'Save and Submit for Approval' button, which Saves the Item to the SharePoint List and triggers the Approval Workflow on this item.
How can this be done using javascript / jQuery / SPservices / JSLink?
Thanks and Regards,
Rhyan