Custom Trigger (openForm) Not Showing Popup Even Though Onsite Script Is Loaded Hi everyone — hoping someone from Klaviyo engineering or community can help.I’m trying to trigger a popup form via the custom JavaScript trigger: window._klOnsite.push(['openForm', 'TnP475']); Here’s the problem:The onsite script loads correctly, _klOnsite exists, the push call runs with no errors… but the popup never appears.I have tested:What’s working klaviyo.js?company_id=WhZZJ7 loads on the page window._klOnsite is defined Calling openForm in the browser console returns undefined (normal) but no form displays Form is Live Display timing is set to “Only show on a custom trigger” Display step is correctly set to the Email Opt-In step Teaser step is disabled Form works inside Klaviyo preview The site is published (not in preview) Event listener in Wix Velo triggers correctly (verified via console logs) No JS errors from Klaviyo in console TargetingSince “custom trigger only” hides the Targeting tab, I temporarily disabled it, added URL rules, saved, and re-enabled