Open the Policy Widget using a link
Note: This guide refers to the usage of the Triggerbee Consent addon.
The Privacy policy will always be available from your widgets and your policy widget. But sometimes, you might want to open it directly from your webpage or in any existing forms.
This is done with the Javascript method mtr_consent.open('policy');
Here's some example code of how to do it in your content.
<p> I consent to receiving digital communication and that my personal information is handled according to <a href="javascript:void(0)" onclick="mtr_consent.open('policy');"> the privacy policy</a> </p>