Is there a way to display post images in a GF form? One of my forms relates to the images of a post. I know the post ID/attachment ID, so I can call for instance wp_get_attachment_image() to display the image. Is there a way to display an image for instance in an HTML field or similar?