Otherwise, you need to create a custom SurfaceController that persists the e-mail to whatever datastore you'd like. Here's an example I found on Google of how to send a mail with contact details.
I do not recommend putting the data in the content of the document.
Add dynamic Content from form
Hello,
How can i add dynamic Properties in a Document Type from a form?
As an example i have a form with an input type=email. Now every user who visit the page can type in their email and then save it.
What i want now is that a new property is beeing created with the value of this email the user entered.
How can i do this?
Thanks for help!
You can use Umbraco Forms for that.
Otherwise, you need to create a custom SurfaceController that persists the e-mail to whatever datastore you'd like.
Here's an example I found on Google of how to send a mail with contact details.
I do not recommend putting the data in the content of the document.
is working on a reply...