Hi, I am new to Umbraco and I'm trying to create a basic contact form that captures some information from the user, save this somewhere so the website admins can view it in the back office, and send a notification email to let the website admin know that someone has submitted an enquiry.
So far I have created a .NET user control macro which displays the form elements and handles the email notification.
How and where should I save the form data? Also how can I make this viewable again in the back office?
Contact form
Hi, I am new to Umbraco and I'm trying to create a basic contact form that captures some information from the user, save this somewhere so the website admins can view it in the back office, and send a notification email to let the website admin know that someone has submitted an enquiry.
So far I have created a .NET user control macro which displays the form elements and handles the email notification.
How and where should I save the form data? Also how can I make this viewable again in the back office?
Thanks.
is working on a reply...