Avada › Forums › Community Forum › [HELP] How to attach image in auto reply in avada forms email?
Tagged: image, Avada Forms, qr code, auto reply, notification
-
AuthorPosts
-
Hi i am fairly new to avada….How to attach image in auto reply in avada forms email? after user inputs in form it submits and he/she gets an email with an image? e.g. qr code
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!
-
AuthorPosts
- You must be logged in to reply to this topic.