1reply
-
Hey Sheena,
If you want to send 'Thank you' emails along with your logo design, I'd highly suggest to follow these steps:- Go to your Subscription/Form Settings → 'After Successful Submit' section and enable 'Thank you' email option.
- Insert your plain text.
- Define your logo in HTML with the help of <img> tag.
-
And finally use the style attribute (example, style="width:150px;height:150px;"> ) to specify the width and height of an image.
For instance,
Text and HTML Code
Thank you for subscribing!
<img src="https://fitsmallbusiness.com/wp-content/uploads/2019/01/Ucraft_Logo.png" alt="Ucraft Logo"style="width:150px;height:150px;">
ResultHope this helps.
Ines from Ucraft Support Team