• 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: checkbox value = hyperlink

checkbox value = hyperlink 16 years 6 months ago #5047

  • nyree
  • nyree's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
{info:value:href=\"http://www.englishweb.fr\"}

I am trying to add a hyperlink to a checkbox value in a user email - what am I doing wrong? the link works but the value does not show, so how do I separate the value from the hyperlink within the tag?

somebody must by able to help me!!

many thanks
The administrator has disabled public write access.

Re:checkbox value = hyperlink 16 years 6 months ago #5048

  • nyree
  • nyree's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
sorry typo - should have said

somebody must BE able to help me
The administrator has disabled public write access.

Re:checkbox value = hyperlink 16 years 6 months ago #5055

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

You could try this:
<a href=\"http://www.englishweb.fr\">{info:value}</a>
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:checkbox value = hyperlink 16 years 6 months ago #5071

  • nyree
  • nyree's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Thanks

I have been given some excellent customer support by Alexandru on the RSJoomla support team. First class, very impressed.

Thanks so much
Nyree
The administrator has disabled public write access.

Re:checkbox value = hyperlink 16 years 6 months ago #5156

  • nyree
  • nyree's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Hi Strafe

Your code works for the hyperlinks, but unfortunately all the hyperlinks are linked together (I have a list of 8 items, each with a different hyperlink. How do I break each hyperlink? I've tried adding <br</br> and <p</p> tags after each item in the checkbox form items, but they don't work
g
The administrator has disabled public write access.

Re:checkbox value = hyperlink 16 years 6 months ago #5241

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

Unfortunately since a checkbox component can contain multiple selections, you can't assign different hyperlinks.
However, if you would create 8 different checkbox components with only one item for each one, you could use this:
&lt;a href=\&quot;http://www.firstlink.com\&quot;&gt;{checkbox1:value}&lt;/a&gt;
&lt;a href=\&quot;http://www.secondlink.com\&quot;&gt;{checkbox2:value}&lt;/a&gt;
...
&lt;a href=\&quot;http://www.eighthlink.com\&quot;&gt;{checkbox8:value}&lt;/a&gt;'
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!