What it does
Themed popup enquiry form for nasrinasir.com. Opens when any CTA linking to
#intro-call is clicked. Dark glass card, cyan gradient submit button, all fields from the reference layout (name, email, job role, company, website, revenue band, team size band, consent).How it connects
Submissions POST JSON to a small Netlify function (intro-call-netlify.zip below), which creates rows in the Intro Call Enquiries database via a free personal Notion integration. CORS locked to nasrinasir.com, honeypot for bots, token lives in Netlify env vars only. Until WEBHOOK_URL is set, submit falls back to opening the public Notion form in a new tab.
Note: the Notion form cannot be iframed directly (Notion sends x-frame-options: SAMEORIGIN), which is why this is a custom form rather than an embed.
Files
intro-call-popup.html: paste into a Bullet HTML block on the Home page, or the Body field for site-wide. Set WEBHOOK_URL at the top once the function is deployed.
intro-call-netlify.zip: drag-drop deploy to Netlify. README inside has the full setup steps.
Change log
- Sep 13, 2026 v1.1: switched submission path from Zapier to self-hosted Netlify function + personal Notion integration.
- Sep 12, 2026 v1.0: initial build.