Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Luca Huber 2 posts 72 karma points
    Aug 21, 2015 @ 07:18
    Luca Huber
    0

    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!

  • Lars-Erik Aabech 349 posts 1100 karma points MVP 7x c-trib
    Aug 21, 2015 @ 11:39
    Lars-Erik Aabech
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft