How to implement I Agree Checkbox.
Instructions
-
Customize the I Agree Checkbox script.
-
Place the code right after
<body>
. -
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.
-
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.