Edit in JSFiddle

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

<script src="https://demo.steadilypartner.com/partner/v3.js" async defer></script>
<div class="steadily-quote-button"
     data-product="renters-insurance"
     data-show-modal-on-load="0"
     data-button-text="Get renters insurance"

     data-street_address="2212 S 101ST Dr"
     data-street_address_2=""
     data-city="Tolleson"
     data-state="AZ"
     data-postal_code="85353"

     data-contact_first_name="John"
     data-contact_last_name="Doe"
></div>