Generate I Agree Checkbox
I need visitors to consent to the following agreements
I will display the legal agreements as
Privacy Policy URL
Terms and Conditions URL
Privacy Policy text container selector ID
You must create a hidden div container with the above ID that includes the full text for this agreement.
Terms and Conditions text container selector ID
You must create a hidden div container with the above ID that includes the full text for this agreement.
Form "I Agree Checkbox" container selector ID
You must create a div container with the above ID so that our I Agree Checkbox solution can insert the necessary text:
<div id="i_agree_checkbox_insertable_area"></div>
Form submit button selector ID
Enter the ID of your web form submit button.
Choose a color palette to match your site
Text for the "I Agree Checkbox" line
If you change this value please make sure to wrap the links to the legal agreements using the % sign: %PrivacyPolicy%.
Modal warning text
When the user tries to send the form but the user did not accept.
Modal "I Agree" button text
Modal "Cancel" button text
You have to add this code on your page: