Forum Discussion
TeePandos
Apr 21, 2022Copper Contributor
Sharepoint on premise 2019 Custom Form and Sites
Hello Everyone, I am looking to create a site on my sharepoint 2019 on premise. This site should have a form which should send the data to a list on SP 2019 after submission. There is so much inf...
Nathan861745
Apr 08, 2024Copper Contributor
Maybe this is a little late...
On 2013 i used to do the following.
Create a list with the form questions as fields. Make it so that users can only see their own items (list setting). Link users to the newform.aspx page to let them fill in the form. Give someone permissions on the list to see all items and export to excel if needed.
Create a workflow in sp designer to email the person that fills out the form.
Not the most elegant solution but i never heard users complain.