This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Checkbox with link
Started 15 years ago by candy | 3 posts |
-
Hello,
I want to add a link by the text of the checkbox.
The problem is, I have a checkbox to confirm the "Terms of Service".And so I want to have a link from the text "Terms of Service" to the file "Terms-of-Service.html".
Hopefully you could understand my bad english.
Thank you!
Posted 15 years ago # -
Yes you can add any valid HTML to the "field label" box for each check box.
To make the whole field label a link:
<a href="terms_of_Service.html">I agree to Terms of Service</a>
Or the partial line a link type
I agree to
<a href="terms_of_service.html">Terms of Service</a>
This will make the typical blue link. I think you can then add styles to your CSS file for the form, and add your style class to the Href tag.
Posted 15 years ago # -
I'm sorry,
I had underestimated your system.
I had thought I can't add simple the html code in the webadmin by the form editor.Posted 15 years ago #
Reply
You must log in to post.