• 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: Span in Checkbox Label

Span in Checkbox Label 10 years 2 months ago #30351

Hello,

I'd like to put a span inside the label of a text box so a tooltip shows up when the customer roles their mouse over the label. Is this possible?

Thanks.
The administrator has disabled public write access.

Span in Checkbox Label 10 years 2 months ago #30366

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Adding tooltips to RSForm!Pro form fields can be done as instructed here:

https://www.rsjoomla.com/support/documentation/view-article/367-adding-a-tooltip.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

Span in Checkbox Label 10 years 2 months ago #30367

So this will allow me to add a tooltip to each label in a check box? I have about 30 check boxes and they each need their own tooltip. Also, I see how RSForms is generating the checkbox code, could I take that generated checkbox code, put it into my form editer in place of the original code, and will it work?

Edit:

I did what I have just stated, copied the entire form code from the HTML, edited what I had to to make it work, and pasted it back. I now have access to all of the coding to tinker with what I like.

Thanks for the help.
Last Edit: 10 years 2 months ago by elkellyjr.
The administrator has disabled public write access.

Span in Checkbox Label 9 years 8 months ago #32082

  • nate.hunter
  • nate.hunter's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 3
this is from a ticket I just submited on the subject. hope it helps....

This can be easily achieved with the instructions offered in the mentioned article, but you will need to make some adjustments to the syntax of your radio/checkbox items. In radio and checkbox groups you can define the items with both a value and a label, the exact syntax is:

value|label

For example:

apple|This is the apple item
orange|This is the orange item

The label of your radio/checkbox item supports HTML code, thus in order to set a tooltip for the label please try using the following syntax:

apple|<span data-toggle="tooltip" title="apple tooltip">This is the apple item</span>
orange|<span data-toggle="tooltip" title="orange tooltip">This is the orange item</span>

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