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 350 posts 1102 karma points MVP 8x 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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies