• Hi there!

    is it possible to take a file that was attached to the CF7 form and get the address of said file to use it in HTML?

    For instance, say we have [file mypicture max:10mb png|jpg]

    Is there a way to use this file as the image source in something like: < img src=”[mypicture]” /> or something similar?

    I know that CF7 temporarily uploads attachments to a temp folder in the WP installation, then sends that file as an attachment in the email, and then deletes the file from the temp folder.

    Is there a way to make cf7 instead permanently save the file, and return the file’s address?

  • The topic ‘Embed image submitted on form into body of email sent’ is closed to new replies.