Quote funnel embed: prefill

by steadily

HTML

<ul>
  <li>A simple button to start quote flow</li>
  <li>Opens a full-page modal</li>
  <li><b>Pre-filled quote information such as property address</b></li>
  <Li>Can by styled with your CSS</Li>
</ul>

<script src="https://demo.steadilypartner.com/partner/v3.js" async defer></script>

<!-- 
Modal Configuration
    - product: "landlord-insurance", "renters-insurance"
    - data-show-modal-on-load: "0" or "1", 0 is a closed modal, 1 automatically opens the model
    - button-text: string, text to be displayed in the button that triggers the modal

Data Attributes
    - external_record_id: unique id per lead that partners can pass in for meta data collection

    - primary_insured__first_name: string, first name of the lead seeking insurance
    - primary_insured__last_name: string, last name of the lead seeking insurance
    - primary_insured__company_name: string, the name of the company associated with the lead
    - primary_insured__email: email field, email address provided by the lead
    - primary_insured__phone_number: phone number field, phone number provided by the primary insured
    - primary_insured__date_of_birth: Date in format "YYYY-MM-DD", the date of birth of the primary insured person on the policy

    - primary_insured__mailing_address__street_address: string, represents the lead's personal mailing address
    - primary_insured__mailing_address__street_address_2: string, for the apartment, suite, unit number, or part of the address not part of the physical address for the primary insured
    - primary_insured__mailing_address__city: string, city where the primary insured's personal address resides
    - primary_insured__mailing_address__state: string, 2 character state code where the primary insured's personal address resides
    - primary_insured__mailing_address__zip_code: string, zip code associated with the primary insured's personal address

    - property_details__street_address: string, the address of the first dwelling
    -...