1. 7of9
  2. General
  3. Sunday, July 21 2019, 03:57 PM
Hi,

I have added a checkbox field that reads "I agree to the Terms of Service" and I need to add a link on the words "Terms of Service", that points to the Terms of Service article, on the checkbox description. I tried to add html with an a href on the Options List, however it did not keep it.

Please advise.

Thank you in advance.
admin Accepted Answer
Admin
Hi,
checkbox option does not work well with HTML code, but there is a workaround, for example you can use a language constant:
1) As checkbox option use something like this:
1|I_AGREE_TO_THE_TERMS_OF_SERVICE

2) Go to Extensions->Languages->Overrides and click to "New" button
3) Fill details like this
Code:
I_AGREE_TO_THE_TERMS_OF_SERVICE

Text:
I agree to the <a href="/...">Terms of Service</a>


Docs about field translations at http://docs.easy-profile.com/index.php/article/translate-fields
  1. more than a month ago
  2. General
  3. # 1
7of9 Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. General
  3. # 2
7of9 Accepted Answer
Pro
Question: Are you missing a double quote at the above code? Or the double quote at the end is the error?
  1. more than a month ago
  2. General
  3. # 3
admin Accepted Answer
Admin
Hi, yes it is a error :D sorry

I have corrected it in my reply.
  1. more than a month ago
  2. General
  3. # 4
7of9 Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.