I am using contact form 7.
I have a file field to upload images.
Code of file field in contact form 7
[file* image filetypes:jpg|png|gif]
I need to display the uploaded image in mail using contact form 7. How can i do that?
I am using contact form 7.
I have a file field to upload images.
Code of file field in contact form 7
[file* image filetypes:jpg|png|gif]
I need to display the uploaded image in mail using contact form 7. How can i do that?
You must be logged in to post a comment.
As per my comments, it seems you are trying to attach images to emails rather than ‘show’ them.
Since you have
[file* image filetypes:jpg|png|gif]
what you need to do is put[image]
in the ‘File Attachments’ box in the Contact Form 7 settings.This is from the Contact Form 7 File Uploading and Attachment doc.