Hi there,
I have now spend a lot of time for searching from FAQs and tutorials that how can I add a business logo to a form and it´s e-mail template? My forms are saved into a database. Is there a simple string of getting the image from Joomla images or what do I have to do?
... And coders: do speak as I´m not one of you🙂
Thank you,
Kati
I have now spend a lot of time for searching from FAQs and tutorials that how can I add a business logo to a form and it´s e-mail template? My forms are saved into a database. Is there a simple string of getting the image from Joomla images or what do I have to do?
... And coders: do speak as I´m not one of you🙂
Thank you,
Kati
:D Sorry,
not in the email template, when I put it into "Formatted Text" it works. I get the image from Joomla images.
Kati
not in the email template, when I put it into "Formatted Text" it works. I get the image from Joomla images.
Kati
Hi Kati,
You can use an img tag like
But in an Email template you must turn the Rich Text Editor off to allow you to add HTML like this.
Bob
You can use an img tag like
<img src='http://my_site.com/images/some_image.jpg' />
either in a Formatted text or a Custom Element element; or in an Email template. But in an Email template you must turn the Rich Text Editor off to allow you to add HTML like this.
Bob
This topic is locked and no more replies can be posted.