Where can I access these fields in HIPAA Version of JotForm?

  • CHLIMEDICAL
    Asked on April 18, 2019 at 7:11 PM
    How to display uploaded image in the form emails or thank you message

    Added: November 18, 2016


    In order to display uploaded images directly in your email or on thank you page, you should add IMG: prefix into your upload field tag. Example:
     
    FROM: {uploadImage}
    TO:  {IMG:uploadImage} 
     
    This prefix will create an image with the original dimensions of the uploaded image. If you want to specify dimensions, you should provide them as arguments. Such as: {IMG:uploadImage:100:200will put an image 100px wide and 200px tall. However, if you'd like the width or height to be auto-calculated just leave them blank. Example:
     
    {IMG:uploadImage::200} - width will be automatically calculated with a 200px height
  • Kevin Support Team Lead
    Replied on April 18, 2019 at 11:08 PM

    You can find that on the field name, this guide will help you doing so: https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names