0

I want to create a simple user form in Sharepoint 2016 that has below details. When a user clicks submit, it should send mail to a group of people.
USER REGISTRATION
NAME:
TITLE:
REGION:
email-id:
Tentative dates:
Comments:

Submit
Any help would be much appreciated

Volker
  • 40,468
  • 7
  • 81
  • 87
mss tdy
  • 15
  • 1
  • 11

1 Answers1

0

Create a custom list in SharePoint. Add the fields you list above. Create a workflow that sends an email to a list of people when a new list item is created.

If that is over your head, you're in the wrong forum. Post at https://sharepoint.stackexchange.com/ instead.

teylyn
  • 34,374
  • 4
  • 53
  • 73