The Wave Makers - 2025
var popupID = 18158; // Popup Maker popup ID
var formID = 27; // Gravity Form ID
var cookieName = 'teamsFormFilled'; // Cookie name
// Utility: set cookie to expire at next midnight
// Read a named cookie
// Only run if cookie is NOT set
// Replace TeamPress load-more with "View More" button
// On click, let Popup Maker open the popup, then poll for form confirmation
// Close popup
// Hide initial grid, show full grid
// Set daily cookie
// Read a named cookie
// If the daily cookie exists, show full grid and skip popup
// Replace 15 with your form ID if different
// Listen for Gravity Forms AJAX confirmation event
// Reload page after a brief delay to allow UI update
var popupID = 18158; // English Popup Maker ID
var formID = 27; // English Gravity Form ID
var cookieName = 'teamsFormFilled';// Cookie name
// Set a cookie that expires at next midnight
// Read a named cookie
// On page load: if cookie exists, hide initial and trigger, show full grid
// After AJAX form confirmation, set cookie and reload page