Avada › Forums › Community Forum › [HELP] How to attach image in auto reply in avada forms email? › Reply To: [HELP] How to attach image in auto reply in avada forms email?
Hey there, I found one way of doing adding images to (form notifications) e-mails.
You can use Html tags in the notifications (message). Most e-mail clients use html.
Upload your image to the media and copy the URL. Add a img tag to the mail and insert the url in the src attribute.
Ex:
<img scr="https://mysite/wp-content/uploads...">
Replace the url in the src attribute with the url of your image in your media library. I think this will also work for PDF but i have not tested that. Other Html tags can also be used such as <b>...</b>
for Bold or <u>...</u>
to underline tekst. I bet <h1>...</h1>
tags will also work. Just search google for the html tag for things you want to add to your e-mail and you will figure it out.
Good luck!