Hello
I’d like my site users to submit articles along with images using gravity forms. I can add a photo field but thats just one photo. I need to give them an option of adding multiple images that is automatically added into the post body.
I tried adding a file upload field with a content merge field in the post body but it adds the image URLs only. Is there a plugin that could help with this?
Hi Ruby,
Here’s a snippet that adds support to display the image instead of the URL in Post when using an GF Advanced Post Creation add-on.
You would use a multi file upload field to allow users to upload multiple images, and you can insert the merge tag of the multi file upload field into the post content of the Post Creation feed to insert the image in the post created.
I hope this helps.
Best,