Hello Forum,
i use a template from the component AcyMailing for the email-template in chronoforms v5.
In this template there are some images included for header, cormers, sereators.
You have to use the Full-URL i.e.
For these changes i use the text-editor in chronoforms.
Unfortunally, the Full-URL becomes a relative URL when i use the wysiwyg editor for some other changes and then save these changes
After that, the images of course aren`t shown anymore.
Does anyone has a hint for me, how i can reach, that the wysiwyg-editor leave the full-URL as it is (in chronoforms)?
Regards
Thomas
i use a template from the component AcyMailing for the email-template in chronoforms v5.
In this template there are some images included for header, cormers, sereators.
You have to use the Full-URL i.e.
<img src="http://YOURDOMAIN.com/media/com_acymailing/templates/technology_resp/images/separator1.jpg" alt="---" />)
, if you want to see these images in your email.
For these changes i use the text-editor in chronoforms.
Unfortunally, the Full-URL becomes a relative URL when i use the wysiwyg editor for some other changes and then save these changes
<img src="../media/com_acymailing/templates/technology_resp/images/separator1.jpg" alt="---" />)
After that, the images of course aren`t shown anymore.
Does anyone has a hint for me, how i can reach, that the wysiwyg-editor leave the full-URL as it is (in chronoforms)?
Regards
Thomas