- Issue description:
I am using the form to collect user data after the first response and am displaying the privacy disclaimer. I would like to add a link to our privacy policy page so changed the default by adding some html of the form
I consent to the processing of my personal data in accordance with the <a href="https://link-to-our-privacy-page/">Privacy Policy</a>.
However, the bot displays the actual html. How do I need to format it to include the actual link?