β¦ ICONIQ Β· Growth Map
Find out where your business is right now β and where you belong in The Studio.
28 honest questions about your business today β no wrong answers, just where you actually are. At the end you'll get your stage β Launch, Growth, or Scale β your top opportunity areas, and be routed straight into your private Momentum Pod.
1 / 28
Experience
Question text
β¦ Your Growth Map results
π±
Your pod
Launch Pod
Category breakdown
Your top opportunity areas
A couple things you told us
How this connects to Kajabi (integration notes)
This page computes everything client-side β pod placement, category breakdown, and course recommendations β then hands off exactly two values to Kajabi: the resulting pod and the raw score. Nothing here talks to Kajabi's private API directly; it renders the real "ICONIQ Growth Map" Kajabi form via its own embed script and lets Kajabi's own code handle the actual submission, which is the supported path.
- Kajabi Form "ICONIQ Growth Map" (id 2149694730) has two custom fields:
growth_map_result(text) andgrowth_map_score(number). Its embed script is loaded below viaKAJABI_CONFIG.formEmbedSrc. Opt-in setting is Single Opt-In, so the contact is created and tagged immediately β no confirmation-email gate. - When someone clicks "See my results & join my pod," this page injects that real Kajabi form into
#kajabi-form-mount, waits for it to render, silently fills ingrowth_map_result/growth_map_score, and hides those two fields β the member only sees Name + Email. Kajabi's own "Submit" button does the real submit. - Kajabi Advanced Automation (workflow 914388) is built and Published: trigger on "Form is submitted" β Branch on
growth_map_resultβ per branch: applies tagGrowth Map: Launch/Growth/Scaleβ grants the "THE STUDIO" offer (adds them to the Access Group the pods live under) β adds them to their private Momentum Pod Community Channel. Validated end-to-end with a live test submission (Aug 16, 2026): tag applied, Studio access granted, channel membership confirmed. - Open item: the course recommendations shown below (opportunity areas) are computed and displayed on this page only β they are not currently sent to Kajabi as custom-field data. Worth confirming with Dawn whether those recommended course titles should also be captured on the contact record (e.g. for a follow-up email sequence), which would need 1β2 more custom fields and automation branches if so.
- Course-to-category mapping is a first pass matched against the real ICONIQ On Demand Library table of contents (Aug 17, 2026) β pending Dawn/Hilarry review, see
COURSE_MAPbelow.
// Computed payload will appear here after you finish the quiz.