Add an HTML Link to a Checkbox Label (Display Value)
To add a clickable hyperlink to part of a regular Checkbox option label, enter HTML link markup in the option's Display Value in Form Designer.
- In Form Designer, select the Checkbox element and open Field Values.
- Keep the option's Data Value as plain text. This is the value recorded with the submission. Enter the link HTML in Display Value, the label shown on the form. For example:
Read the <a href="https://example.com/" target="_blank">details</a>
- Replace the example address and link text with your own. Save Field Values, then save the form.
- Preview the form. Click the link to check that it opens the destination without changing the checkbox selection. Click elsewhere on the option to check that the checkbox still works.
target="_blank" usually opens the link in a new tab.
If the saved label does not appear on the form, use Settings > Rebuild Form & Clear Cache in Form Designer, then preview again. See Rebuild & Clear Cache.
This example is for a regular Checkbox option. The Agree to Terms element uses different [a]...[/a] markup to link to its terms pop-up.
Have more questions? Submit a request
Please sign in to leave a comment.
0 Comments