• 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? 12 years 11 months ago #13421

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.

Code:
<img src="/images/stories/fustpics/v577.jpg" width="150" height="100" alt="v577" />

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.

Re:How do I insert an image into a form? 12 years 11 months ago #13438

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

You can control the layout of your form by editing the code from the "Form layout" tab. In order to display multiple fields on the same line please try grouping the fields placeholders in the same
<tr> </tr>

tags. You can see an example on this on our demo server:

demo.rsjoomla.com/custom-paypal-form-example
The administrator has disabled public write access.

Re:How do I insert an image into a form? 12 years 11 months ago #13463

  • komita
  • komita's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 40
  • Thank you received: 1
here's how it worked for us in a free text box

<img src="calvarycentralbucks.org/images/stories/i...ve-Logo-whitealt.png" width="354" height="46" style="padding:5px;" /><br/><big>and then I typed words in here that I wanted to appear by the image</big>.
The administrator has disabled public write access.
The following user(s) said Thank You: radwerkz

Re:How do I insert an image into a form? 12 years 11 months ago #13470

It works! Both replies were very helpful!

Thanks!
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!