Skip to main content

Making images appear in RS Form Pro emails

To make the pictures appear in emails from RS Form Pro uyou need to use the 'absolute' path for the images.

You need to make the following change to JCE

JCE > Control Panel > Editor Profiles  > default > Editor Parameters > Cleanup and Output

Set URL conversion as 'Absolute'.

RS Form Pro > Form Properties > Emails > Edit Email Text > Code view

Change the mage URL from

<img src="/images/path_to_image.jpg" ...

to 

<img src="/domain_name/images/path_to_image.jpg" ...

 

  • Hits: 10