• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Display image after passing it through the url

Display image after passing it through the url 7 years 11 months ago #36840

  • shyne
  • shyne's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
So far I have been able to pass a K2 image through the url and caught it with a text field following
this tutorial.

www.example.com/index.php?option=com_rsform&formId=1&form[name_of_field]=NameOfImage

The challenge

My challenge is to display the image on the form as a thumbnail.

Please, i need your kind help on how i can add an image tag(<img src="" />) or use the css background image property to display the image.

I would also appreciate your help on how i can send the image with the admin email.

Thanks so much in advance
The administrator has disabled public write access.

Display image after passing it through the url 7 years 11 months ago #36848

  • shyne
  • shyne's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Please, is there a way i can display the image path in an <input> src Attribute instead of the
<input> value Attribute. I have changed the file type to "image" and i just need to add the src
attribute with the path of the image for the image to appear on the form.

I have tried the following methods:

I added the following code to the Additional Attributes of the field:

type="image", src="{fimage:value}"

Also disabled auto layout generation and added:

<img src="{fimage:value}" />

But still couldn't get the image to show on the form.

Thanks in advance.
Last Edit: 7 years 11 months ago by shyne. Reason: Modified answer
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!