Lead Capture Experience
Overview
The Lead Capture Experience is embedded into the page by the SDK script. It is where customers will enter their contact information and be shown a 3D solar model of their home. It consists of a full page overlay with a centered iframe that hosts Lead Capture AI which is responsive by design and has the following views:
Tablet or larger screen
Phone
Opening the Experience
It can be opened in a few ways:
- By interacting with a Discovery Widget. Use of a Discovery Widget is not required to use Lead Capture AI.
- Any DOM elements marked with
class="lcaiCta"
will be setup to display the experience on a click like the following:
<button class="lcaiCta">See Solar on Your Home</button>
- By using the JavaScript functions
open
orsetupCtas
. Additional information can be found on the JavaScript Functions page.