How to include files in the notification?
-
So I created a form where the user can submit PDF’s with CV and some other documents. When the user submits the form, I get sent an e-mail with the information they entered. I did this by writing this in the “notification – content” settings:
{field:namn} {field:efternamn}
{field:telefonnummer}
{field:epost}
{field:select_role}This is how it looks: https://i.ibb.co/7Q5VsvT/443a064ce6453603d0c5a1e4f25bd7d8.png and I get the data in my mail as expected.
However when I include the fields {field:cv} or {all_fields} I get sent to a WordPress error page whenever I try submitting the form. Any ideas on how to also send me the files? As of now I have to collect them manually from the WordPress dashboard.
- The topic ‘How to include files in the notification?’ is closed to new replies.