Occasionally, you may find the need to incorporate a hyperlink within a checkbox or radio button label. For instance, you might want to include a link directing users to a privacy policy or terms and conditions page in association with an opt-in checkbox.
WS Form allows you to add HTML to checkbox and radio labels.
An example of doing this with a checkbox field is shown below and the same method applies for radio fields too.
- Edit the Checkbox field by clicking the settings icon.
- Click the Checkboxes tab.
- Optionally click the expand icon at the top to make the label setting easier to edit.
- In the label of the checkbox, enter the HTML for adding a link.
- Click Save & Close
Example HTML
I agree to the <a href="https://mysite.com/privacy-policy/" target="_blank">Privacy Policy</a>.