checkbox with URL

12 years 5 months ago - 12 years 5 months ago #181139 by erilam
checkbox with URL was created by erilam
Hi all,

I'm searching for a way to create for registration a checkbox field with an URL inside, as the "Terms & Conditions" do. Is there a way to do it ?
Thx for answers

Eric Lamy (erix)
www.agerix.fr/
The following user(s) said Thank You: DAANY78

Please Log in to join the conversation.

12 years 5 months ago #181161 by nant
Replied by nant on topic Re: checkbox with URL
delimiter field with html code in it?

Please Log in to join the conversation.

12 years 5 months ago #181170 by erilam
Replied by erilam on topic Re: checkbox with URL
Hmm a field delimiter won't be able to be checked isn't it ?

Eric Lamy (erix)
www.agerix.fr/

Please Log in to join the conversation.

12 years 5 months ago #181179 by nant
Replied by nant on topic Re: checkbox with URL
well the delimiter html content can have a form displayed in it with a checkbox - but nothing will be saved.

Hmm, maybe try just a regulate CB checkbox field that has a language string as its title. And put the html <a href ... > code in the language string - worth a try.

Please Log in to join the conversation.

12 years 5 months ago #181183 by erilam
Replied by erilam on topic Re: checkbox with URL
I tryed with a regular checkbox but it seems that the tag only supported are <strong>, <p>, <span>, <br /> but <a href=\"....> not, can you confirm ?

Eric Lamy (erix)
www.agerix.fr/

Please Log in to join the conversation.

12 years 5 months ago #181198 by nant
Replied by nant on topic Re: checkbox with URL

erilam wrote: I tryed with a regular checkbox but it seems that the tag only supported are <strong>, <p>, <span>, <br /> but <a href=\"....> not, can you confirm ?


This works fine for me ...

DEFINE('_UE_CHECKBOX_HTML','<b>hello</b> <a href="url-here" target="_blank">url-link-text-here</a>');

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.225 seconds