Integration Preview
Link to Partner Mini-Site
A smart link to the partner's mini-site with pre-filled quote information. Can be styled with your own CSS.
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Link to Partner Mini-Site — Steadily</title>

  <!-- Optional: Custom styles -->
  <style>
    .quote-link {
      border: none;
      background: none;
      color: blue;
      text-decoration: underline;
      cursor: pointer;
    }
  </style>
</head>
<body>
    <form method="POST" action="https://demo.steadilypartner.com/partner/prefill">
      <input type="hidden" name="product" value="landlord-insurance">

      <input type="hidden" name="street_address" value="2212 S 101ST Dr">
      <input type="hidden" name="street_address_2" value="">
      <input type="hidden" name="city" value="Tolleson">
      <input type="hidden" name="state" value="AZ">
      <input type="hidden" name="postal_code" value="85353">
      <input type="hidden" name="year_built" value="2010">
      <input type="hidden" name="building_sqft" value="1561">

      <input type="hidden" name="replacement_cost_estimate" value="220100">
      <input type="hidden" name="rental_income_per_month" value="2000">

      <input type="hidden" name="contact_first_name" value="">
      <input type="hidden" name="contact_last_name" value="">
      <input type="hidden" name="contact_email_address" value="">
      <input type="hidden" name="contact_phone" value="">
      <input type="hidden" name="contact_street_address" value="">
      <input type="hidden" name="contact_street_address_2" value="">
      <input type="hidden" name="contact_city" value="">
      <input type="hidden" name="contact_state" value="">
      <input type="hidden" name="contact_postal_code" value="">

      <button class="quote-link">Get landlord insurance</button>
    </form>
</body>
</html>