Button Widget

The button widget is a simple hyperlink that opens your partner form in a new window.

Use Cases

  • Adding insurance options in text or buttons.

  • Linking from multiple places without cluttering the page.

How to Use

Add this to your HTML

<div id="corgi-widget" corgi-partner="partner-example" corgi-button-size="medium" corgi-style="buttons"></div>

Button sizes available

Values

small

medium (default)

large

Important Note

When you use this type of widget, its height and width are 100%, so you should control the desired size in its parent element.

Example:

<div style="height: 250px; width: 350px">
    <div id="corgi-widget" corgi-partner="partner-example" corgi-button-size="medium" corgi-style="buttons"></div>
<div/>

Last updated