I have a question regarding SharePoint Online hosted on Office 365.
- I have an ASP.NET form with three fields and a Submit button. The fields are:
Name
,lastname
, anddisplay name
. - I have a custom list on a SharePoint Online site with the same fields:
Name
,lastname
, anddisplay name
.
I want to save the data to the SharePoint list when a user fills the form and clicks the submit button.
How can I do that?