On my funnel page I need to hide the checkout section when the page loads and only reveal it after a delay (around 280 seconds).
In the Funnelish editor/preview I managed to make it work with custom code, but on the published version the checkout always shows immediately and my code doesn’t take effect.
Can you please provide the correct snippet to:
Hide the checkout section initially (no flash).
Reveal it automatically after X seconds (default 280s).
Allow a querystring bypass like ?showCheckoutNow=1 so it shows immediately when needed.