Attachments Not Working
-
I am not sure if this is a glitch that may have occurred during the latest WP update. But i have the option for the user to upload files on a few forms. Recently I noticed, the user can upload the forms, but I don’t receive them as an attachment via email. It will list the file name in my email (that i receive when the user completes the form) It will read like this “wine-marketing-101.jpg” but I can click on it to download it.
Here is a page with such a feature: https://www.talkissheepmarketing.com/contact-us/
And here is my code for the automated email I receive when someone completes the form:
“From: [your-name] <[your-email]>
Subject: [your-subject]Message Body:
[your-message][file-568]
[file-791]
[file-680]
”This is the code for the contact us form:
<p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Subject
[text your-subject] </p><p>Your Message
[textarea your-message] </p>[file file-568]
[file file-791]
[file file-680]
<p>[submit “Send”]</p>
- The topic ‘Attachments Not Working’ is closed to new replies.