Skip to main content
Live Editor
<div style={{ background: "white", padding: "0px" }}>
  <combination-offer 
      client-id="test_RGMDV4FV4BNK4TSPT7DOQVC3P9HKEXTQ" 
      customer-email-address="test01@verticalinsure.com"
      customer-state="MN"
      customer-postal-code="55401"
    >
      <combination-offer-option
        event-start-date={new Date(new Date().getTime() + 86400000).toISOString().substring(0, 10)}
        event-end-date={new Date(new Date().getTime() + 86400000).toISOString().substring(0, 10)}
        participant-first-name="John"
        participant-last-name="Doe"
        participant-street-address="NA"
        participant-state="MN"
        participant-birth-date="2016-10-01"
        activity="BASEBALL"
        insurable-amount="80000" 
        coverage-context-description="Fall Baseball 2024"
      ></combination-offer-option>
      <combination-offer-option
        event-start-date={new Date(new Date().getTime() + 86400000).toISOString().substring(0, 10)}
        event-end-date={new Date(new Date().getTime() + 86400000).toISOString().substring(0, 10)}
        participant-first-name="Jane"
        participant-last-name="Doe"
        participant-street-address="NA"
        participant-state="MN"
        participant-birth-date="2016-10-01"
        activity="VOLLEYBALL"
        coverage-context-description="Fall Volleyball 2024"
        insurable-amount="50000" 
      ></combination-offer-option>
    </combination-offer>
</div>
Result
Loading...