From 3537cd62f9d051ffaf4e9870bc9a799bb653a608 Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Wed, 17 Jun 2026 21:26:47 -0700 Subject: [PATCH] Add low-friction 3-step lead form to contact section (posts to n8n) Soft conversion path alongside booking: situation -> optional detail -> name/email. Honeypot-protected, posts JSON to https://n8n.shopwisdom.ca/webhook/oc-lead, with an email fallback on error. Captures the 'interested but not ready to book' visitor. Co-Authored-By: Claude Opus 4.8 --- index.html | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++- style.css | 25 ++++++++++++++++ 2 files changed, 110 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a6ca77a..d27dc0d 100644 --- a/index.html +++ b/index.html @@ -231,8 +231,39 @@

Start a conversation

The people part doesn't have to be a mystery.

No pitch, no program to sign up for. Just a straight talk about what's getting in the way and whether we can help.

+ +
+ +
+ What's getting in the way? +
+ + + + +
+
+
+
+ Anything you want me to know? (optional) + +
+
+
+ Where do I reach you? + + + + +
+ +
+ +
+ +

Prefer to reach out directly?

- Email Michael + Email Michael Call 778‑985‑OPEN (6736)

The first conversation is free and commits you to nothing.

@@ -319,6 +350,59 @@ })(); + + +