Page 1 of 1

adding link to single registration checkbox?

PostPosted: September 4th, 2011, 4:13 pm
by antseo
I added a single checkbox to the registration page which is the terms of use that the visitor has to click on . However, the label next to the checkbox should be a link that goes to the TOS page. Is that doable?

Re: adding link to single registration checkbox?

PostPosted: September 4th, 2011, 5:25 pm
by Bruce C
Yup. Just wrap the text you want to be the link like this:

Code: Select all
<a href="http://www.example.com/terms-of-service.html" target="blank">Terms of Service</a>


Cheers!

Re: adding link to single registration checkbox?

PostPosted: September 4th, 2011, 5:37 pm
by antseo
okay great, that worked. Thanks!

Re: adding link to single registration checkbox?

PostPosted: September 4th, 2011, 5:49 pm
by Bruce C
Cool.
:D