Experience
Event Guest Pass
fnIRL 2026
fnSummit 2025
Membership
Mentorship Tracks
Platform
Success Coach
Investor Access
Member Perks
Plans & Dues
Learn
About Us
Testimonials
Founders Edge Blog
FN Podcast
Login
Request Invitation
Category Archive:
lean startup
Explore
Tech Startup Advice
Lean Startup Summary: A Must Read for Every Founder
Starting a business can be a daunting task, especially when the odds of success are...
Read More
Search
Submit
Clear
Search
Submit
Clear
Close
Experience
Back
Event Guest Pass
fnIRL 2026
fnSummit 2025
Membership
Back
Mentorship Tracks
Platform
Success Coach
Investor Access
Member Perks
Plans & Dues
Learn
Back
About Us
Testimonials
Founders Edge Blog
FN Podcast
Request Invitation
Login
// blocks (rare — only if HubSpot's lib hasn't loaded yet). var allScripts = document.querySelectorAll('script:not([src]):not([data-fn-swapped])'); for (var k = 0; k < allScripts.length; k++) { var sc = allScripts[k]; if (footer && footer.contains(sc)) { continue; } var txt = sc.textContent || ''; if (txt.indexOf('hbspt.forms.create') === -1) { continue; } if (!matchesAny(txt)) { continue; } var dId = nextDivId(); var t2 = document.createElement('div'); t2.id = dId; t2.setAttribute('data-fn-swap', 'inline'); sc.parentNode.insertBefore(t2, sc); sc.parentNode.removeChild(sc); swapped++; } // 3) Load fn-forms.js ONCE. The IIFE scans all // [id^="fn-form-email-capture"] divs and renders into each. if (swapped > 0 && !document.querySelector('script[data-fn-swap-loader]')) { var loader = document.createElement('script'); loader.src = BASE + '/fn-forms.js'; loader.setAttribute('data-form', 'email-capture'); loader.setAttribute('data-fn-swap-loader', '1'); loader.defer = true; document.body.appendChild(loader); } } catch (e) { if (window.console && console.warn) { console.warn('[fn-swap] failed:', e); } } })();