PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Display images uploaded in the entries and e-mails instead Of URL

  1. bharvey42
    Member

    Instead of the URL's that are clickable or in addition, how can I change it to actually display the image/picture inside the entry screen and embed inside the e-mail?

    I have a few upload fields that I need to be able to see the pictures of instead of clicking them to load them in a new tab/window.

    Thank You

    Posted 11 years ago on Friday March 8, 2013 | Permalink
  2. David Peralty

    To change it in the entries screen, you would have to have intermediate or above PHP knowledge. You would use the following hook to do so: http://www.gravityhelp.com/documentation/page/Gform_entries_field_value

    To change it in the e-mails, you would just wrap the image merge tag in the HTML image code.

    <img src='{img mergetag:url}' />
    Posted 11 years ago on Friday March 8, 2013 | Permalink
  3. bharvey42
    Member

    Thank's for the reply.

    If I'm using all_fields is there a shortcode that will convert them all automatically?

    For some reason, I had some custom fields set up to handle some data.

    In the e-mails it shows the correct value, in the entries section it reads as a number instead of the value?

    Is there an easy way to tweak that?

    (I posted this the other day but haven't heard anything, so I figured i'd throw that your way)

    Thanks

    Posted 11 years ago on Friday March 8, 2013 | Permalink