Link in caption of checkbox

0
Hello everyone, I have a checkbox for a privacystatement on a registration page.The caption of the boolean is 'I have read the privacystatement' . I want to make the word 'Privacystatement'  a link  to another page. Is there a way to do this?
asked
2 answers
1

Hi Thijs,

  Not using the default 'Label' field for the Boolean checkbox, but you still can accomplish what you want.  Instead, you may have to select show label: no for the privacy statement Boolean and add another widget to hold your caption.  You can use the Format String Widget from the app store.  This will allow you to write a custom caption in HTML that includes your link in a <a href=" "> tag.  You may have to do a bit of styling to get things to line up right, but it should be pretty straightforward.

answered
0

Thank you again 

answered