Adding Age Consent

This solution is for age consent only. It does not capture the consumer’s actual birthdate.

If your website includes age-sensitive content, you might need to use an age verification popup, also known as an age gate. Simply put, an age gate requires visitors to explicitly confirm that they have reached a certain age before starting to browse the website. This can be accomplished in a few easy steps.

Add a popup to the first page in your funnel

Set the popup to trigger on page load. Optionally remove the black X in the top right corner of the popup.

Add 2 buttons to the popup.

  • One button will route to another page to deny access to the site. This is done with standard functionality. Set the button Action=Route To Next Page. After the page is saved, draw an arrow from the page to a dummy page and set the button on the arrow.

  • One button will close the popup to enter the site. Set the button Action=Route To Next Page. Open the code editor and find the button. Set onclick="closePopup('customizable_popup','id')". Save.