Hi,
I created a form with gravity forms to let users post from the front end. In the form i use the image field where users can upload an image.
I would like the image to be the content of the post, is that possible? Now the post is created but i cannot see the image. Ideally it should be placed in <?php the_content(); ?>, the image will be the only thing uploaded as content of the post.
Thanks in advance!