Customizable Form: Add checkbox to accept terms of service, Privacy Policy, etc

Inside the customizable form component, please add the option to include checkboxes like “I agree to the Terms of Service and Privacy Policy” with its appropriate link.

See image:

This feature is already implemented inside User Sign-up forms, image:

In our case we use a customizable form for customers to request quotes and embed it on our website.

Have you tried to put HTML a tag with a link in the label ? That might work out.

Hi there, as Artur said I actually succeeded in doing this by placing HTML inside the label of a checkbox field.

Example:
J’ai pris connaissance et accepte les <a href=“cgu” target=_blank">CGU

Hope this helps.