• 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: how do I insert an image into a form?

how do I insert an image into a form? 14 years 2 months ago #12776

  • mplsvman
  • mplsvman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello,

I am trying to make an order form for flowers. I would like to include an image of the flower in the same row as the description of the flower and the quantity to be ordered.

This is what I tried that did NOT work:

1. I have the image stored in media manager.

2. I un-checked the "Auto Generate Layout" checkbox in the Form Layout screen.

3. I added and saved this code to the appropriate row/cell: <td valign="top"; image src="www/images/stories/images/stories/flower-sale/geranium-red.png" width="60" height="60" alt="potted geranium 4.25 inch";>

Thanks for your help!


The administrator has disabled public write access.

Re:how do I insert an image into a form? 14 years 2 months ago #12793

Depending where you need the image, you might try using a free text box (which can take normal HTML code). You'd need to add an <IMG> tag with the SRC pointing to your image into the free text box.
The administrator has disabled public write access.

Re:how do I insert an image into a form? 14 years 2 months ago #12802

  • mplsvman
  • mplsvman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I tried your suggestion using <img src = "www.mywebsite.com/images/stories/myimagefolder/myimage.png /> and it did not work. All I see is the image placeholder with the little red x in the upper left corner.

any thoughts on the correct path? much obliged.
The administrator has disabled public write access.

Re:how do I insert an image into a form? 14 years 2 months ago #12814

  • tim2
  • tim2's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
Hi,

The problem you are having is with the syntax of the image source location. Try this:
<img src="/images/stories/flower-sale/geranium-red.png" width="60" height="60" alt="potted geranium 4.25 inch" />
The administrator has disabled public write access.

Re:how do I insert an image into a form? 14 years 2 months ago #12815

  • mplsvman
  • mplsvman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
that worked! thank you very much.
The administrator has disabled public write access.

Re:how do I insert an image into a form? 14 years 3 weeks ago #13334

Hello,

I have the same problem also with a form with flowers.

Also,just like mplsvman, I would like to include an image of the flower in the same row as the description of the flower and the quantity to be ordered.

I inserted the img code in a free text box (and tried checkbox), but I can´t figure out how i do the quantities....

Please Help!!

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

how do I insert an image into a form? 9 years 6 months ago #32728

  • john63
  • john63's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 4
It would be spectacular if there was a function to add an image with the JCE editor. Its there a way to add the JCE editor to the Free Text box to do this?
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!