How do I get their pictures to show up on the submission email?

  • KONAALERT
    Asked on October 1, 2016 at 9:16 AM

     

    You wrote "

    You can change font and font size, color, you can insert pictures if you need(headings or something similar) you can even insert HTML code if you want more customized submission.

     

    Hope it helps, if you need further assistance please let us know.

    Thank you!"

     

    That is helpful. How can I get their pic that they upload to the jotform to show up on the submission email?

    Terry

  • Jan
    Replied on October 1, 2016 at 6:39 PM

    If I understand you correctly, you would like to make the uploaded image appear in the autoresponder email. If yes, then please refer to this guide:

    1. Click the "Emails" button in the toolbar.

    How do I get their pictures to show up on the submission email? Image 1 Screenshot 50

    2. Select the Autoresponder and then click the "Edit" button.

    How do I get their pictures to show up on the submission email? Image 2 Screenshot 61

     

    3. Under the General tab, you'll see the assigned field name in the "File Upload" field. If the field name is not showing, you can generate it by clicking the "Form Fields" drop down and selecting it.

    After doing that, you need to add the "IMG:" code inside it. 

    {IMG:fieldName}

    You can specify the width and the height by adding it in the IMG code ":width:height".

    {IMG:fieldName:width:height}

    Here's what your code will look like:

    {IMG:uploadA22:200:300}

     

    How do I get their pictures to show up on the submission email? Image 3 Screenshot 72

    Here's the email I received:

    How do I get their pictures to show up on the submission email? Image 4 Screenshot 83

    Hope that helps. Thank you.