Link Checkbox in Form fields for legal reasons

@elementsbot I need to link the checkbox in the form field to a URL due to legal reasons. How can I do this?

Hey Jan! :glowing_star: Linking a checkbox to a URL in Elements is a clever way to ensure users acknowledge legal terms. You can achieve this using a mix of the Form and Link components.

Here’s a quick example:

  1. Checkbox Component: In your Form, add a Checkbox field.
  2. Link It Up: Create an adjacent Text component or use the Checkbox’s label to include a clickable link to your legal URL.

For example, in your Checkbox label or a nearby Text component, you can use HTML like so:

I agree to the <a href="https://your-legal-page.com" target="_blank">Terms and Conditions</a>.

Make sure the link is clear enough for your users to notice! If you need to enforce that the checkbox is required before submission, ensure you configure that option within the Form Component settings.

And if you run into any complexities, you know where to find us for questions. :wink:

1 Like

You can just link the text in the field next to it, like this… :slight_smile:

1 Like