Free I Agree Checkbox

Free tool to enforce your legal agreements and policies on web forms.

Build your I Agree Checkbox.

Customize your I Agree Checkbox tool in 2 easy steps.

Create a HTML <div> container with the above ID and add the Privacy Policy text.

Create a HTML <div> container with the above ID and add the Terms & Conditions text.

Enter the ID of the form submit button. If the submit button has no ID, add it.

If you change this text make sure to wrap the agreement name using the % sign: %PrivacyPolicy%

Create a HTML <div> container with the above ID for the text line: <div id="i_agree_checkbox_insertable_area"></div>

Text for when the user tries to send the form but did not accept the checkbox.

Copy your I Agree Checkbox code below and integrate it with your web forms.

Place the code right after <body>.

Live Preview

How to implement I Agree Checkbox.

Instructions

  1. Customize the I Agree Checkbox script.

  2. Place the code right after <body>.

  3. Before the submit button of your web form, add in an empty <div> container:

    <div id="i_agree_checkbox_insertable_area"></div>

    The ID of this container must be the same as in Step 2 above, at Selector ID of "I Agree Checkbox" form line <div> container.

  4. Add an ID parameter to the web form submit button.

    <button type="submit" id="#submit_button">Submit</button>

    The ID of this container must be the same as in Step 2 above, at Selector ID of form submit button.