6 Cookie Webflow Javascript, HTML & CSS Code Snippets to supercharge your sites.
Hide an element on your Webflow site after click with a cookie via this Javascript snippet. This is perfect for welcome modals, cookie notifications, notification alerts and other items that only need to be displayed a single time.
Set, modify and manipulate cookies on your Webflow site via this Javascript code. This allows you to set a cookie, get a cookie, modify a cookie, check a cookie and delete a cookie on your Webflow site.
Redirect a Memberstack user to your Webflow user dashboard if they are logged in to your Webflow Memberstack membership site.
Redirect a Memberstack user to a designated dashboard page based on their package subscription in Webflow. This Javascript snippet will allow you to easily redirect users to their proper dashboard page based on their membership plan on your Webflow Memberstack site.
Automatically show a modal or div after X minutes once the window/element has been hidden/closed in Webflow. A great way of showing advertisements, alert messages and so forth based on a time interval between the last time it was viewed.
Add a birthday/age gate modal confirmation to your Webflow site via this simple Javascript code snippet.