How to embed photo instead of just URL link in GF-created post?

I set up GF-created posts from user submissions and everything looks great (featured image, all merge tags, etc) until I get to the images - when it’s just the URL and not an image.

See here: Revision AFC | Not Putting on a Shirt

I’ve searched for ways to fix this - but am coming up empty handed. Does anyone have advice/solutions? Thanks so much!

You can wrap the merge tag for the photo upload field in an img tag, like this:

<img src="{Photo Field:23}" alt="Image" />

Will that work for you?

That’s a great idea! I tried putting it in the Post Creation content area and got an error: