Copied to clipboard

Flag this post as spam?

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


  • Garrett Fisher 341 posts 496 karma points
    Jan 27, 2010 @ 16:10
    Garrett Fisher
    0

    Workflow: Sending an email to the User

    Hi,

    In teh Umbracio Contour form workflow, how can I send an email to the person who filled out the form?  In other words, in the Contour UI, in the "receiver email" field, how to I refer to the email field in the form the user filled out?

    Thanks,

    Garrett

     

  • Tim 1193 posts 2655 karma points c-trib
    Jan 28, 2010 @ 13:23
    Tim
    5

    If they filled in the form, then you can reference the field in the email using the bracket syntax detailed on page 13 of the contour documentation:

    http://umbraco.org/pro-downloads/Contour%20Developer%20Docs.pdf

    In essence, you access it using the field label, in lower case, with all spaces and secial characters removed. So for example "Email Address" as a form label would become: {emailaddress}.

    This will work for text fields and textareas etc, there appear to be issues using this syntax with dropdown lists though.

    Hope that's useful!

    :)

  • Garrett Fisher 341 posts 496 karma points
    Jan 29, 2010 @ 19:18
    Garrett Fisher
    0

    Indeed it was!  {email} works like a charm.  Thanks very much!

    //Garrett

  • Carlos 338 posts 472 karma points
    Jan 06, 2011 @ 18:15
    Carlos
    0

    @Tim the Contour Docs link is broken. Has it been updated?

  • Laurence Gillian 597 posts 1214 karma points
    Feb 26, 2011 @ 14:49
  • 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