💡 How to add a custom link to forms like add a link for "Privacy Policy".
Drag and Drop “HTML Element” while creating the form
Click on “Edit” to edit the “HTML Content” element
Utilize the “Content” area of the “HTML Content” element to write HTML like the following line:
You can read our <a href="<https://policy.crmconnect.co/>" target="_blank">Privacy Policy</a> here.
You can remove target="_blank"
if you do not want the link to be opened in a new tab.
Finally, click on “Save”
Yippieee! here is the desired result!