The main goal is to expose SharePoint online form data in SQL tables.
- The form in SharePoint online is in JavaScript/JQuery/HTML
- Upon submitting the data should store in SQL tables(On premise)
- For this we've written a WCF service(both Azure and On premise) and are trying to access the WCF service from SharePoint online form
Any help regarding this would be helpful.