The document discusses interactive solution finders that can convert leads better than traditional whitepapers. It describes building a basic cost calculator, more advanced solution finders, and the system architecture involving lead capture forms, question/answer matrices, logic processing engines, recommendation generation, and workflows. Key lessons learned include generating questions/answers with clients beforehand, avoiding overly complex logic, building forms in stages with incremental data submission, housing everything within a single Hubspot file, and developing reusable JavaScript classes. The presentation aims to demonstrate how solution finders can improve lead conversion rates.
1 of 30
Downloaded 10 times
More Related Content
Inbound Marketing with Interactive Solutions Finders on the HubSpot COS
29. #INBOUND14
Generate questions & answer matrix with client before you start.
Dont get too crazy with the logic.
Run everything from within HubSpot.
Build long forms in stages and use every opportunity to submit
data via AJAX as soon as a section is completed.
Do everything within a single file. Show/hide as necessary.
The HubSpot form mechanism can be triggered at any time.
Build a reusable JavaScript class to handle the logic.