Copied to clipboard

Flag this post as spam?

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


  • endlessest 9 posts 29 karma points
    Jun 07, 2010 @ 07:05
    endlessest
    0

    I have a problem when I use doc2form for generate form. The system always send email from sender account:[email protected]  and cannot get data from input field.

    example  I have 1 textbox for input email, In Editor in put email format Email : [email]. when I submit it should show  Email :[{value from input text}] but it shown me Email : [email] . Have anyone has any idea?

     

    Best Regards,
    Alex

  • Lee 1130 posts 3088 karma points
    Jun 07, 2010 @ 07:57
    Lee
    2

    The sender problem is because you haven't updated the umbracoSettings.config - Change the <notifications><email> section to be whatever email you want it to be from.

  • endlessest 9 posts 29 karma points
    Jun 07, 2010 @ 08:11
    endlessest
    0

    As I know I can configure sender email from doc2form property  title "Address to send a copy of Message text to submitter?". Is that correct?

  • dandrayne 1138 posts 2262 karma points
    Jun 07, 2010 @ 10:13
    dandrayne
    0

    Hi Endlessest

    I believe in Doc2Form its "Email address to send form and results FROM?"

    Dan

  • singer777 69 posts 80 karma points
    Jul 13, 2010 @ 03:31
    singer777
    0

    Here's a pretty easy solution to do what I bleieve you're going for, that is, to REPLY TO the SENDER of the e-mail instead of your own preset e-mail address. Here are the steps that worked for me today!

    In the Doc2Form - Complete Macro (or whichever Macro you are using)

    1. Add a Parameter called FormReplyToEmailAddress.
    2. Make up any Name to go with it.
    3. For the Type dropdown, select propertyTypePicker.
    4. Check the box on the left.
      Save

    Then, go to the template that you inserted the Macro into:
    Add FormReplyToEmailAddress="[Email]"  into the Macro code. NOTE: Email = whatever you named your e-mail address alias on your Contact Form doc type.

Please Sign in or register to post replies

Write your reply to:

Draft