BrioPest Solutions

Eco-friendly pest control for a safe and healthy home

Configuration

Enter a configuration UUID to load the widget with custom settings (colors, text, etc.).

Currently loaded:
Enter a configuration UUID above to see the widget demos.

Mode 1: Inline Form

Embed the form directly on your page. No popup, no trigger button.

Embed Code

<script type="module" src="https://your-domain.com/everpro-estimate.es.js"></script>

<everpro-estimate config-id="YOUR-CONFIG-UUID" mode="inline"></everpro-estimate>

Mode 2: Popup with External Trigger

Open the popup from your own button or link using JavaScript.

Embed Code

<script type="module" src="https://your-domain.com/everpro-estimate.es.js"></script>

<everpro-estimate config-id="YOUR-CONFIG-UUID" mode="popup" id="quote-widget"></everpro-estimate>

<button onclick="document.getElementById('quote-widget').open()">
  Get Free Estimate
</button>

Mode 3: Floating Button (Default)

Shows a floating "Get Free Estimate" button in the bottom-right corner that opens the popup when clicked.

Embed Code

<script type="module" src="https://your-domain.com/everpro-estimate.es.js"></script>

<everpro-estimate config-id="YOUR-CONFIG-UUID"></everpro-estimate>
<!-- or -->
<everpro-estimate config-id="YOUR-CONFIG-UUID" mode="popup-button"></everpro-estimate>

Look for the floating button in the bottom-right corner!