Order Your Balloons Today

Order Your Balloons Today

Select your products below to get an estimated quote and schedule your consultation.

Step 1: Select Your Product(s)

Step 2: Selected Product Details and Options

Select a product above to configure its options here.

Step 3: Event and Contact Details

Step 4: Fulfillment

How would you like to receive your order?

`; } /* ----------------------------- 5. INIT ------------------------------ */ document.addEventListener('DOMContentLoaded', () => { // product selection document .querySelectorAll('input[name="products"]') .forEach((checkbox) => checkbox.addEventListener('change', renderProductDetails) ); document .getElementById('intakeForm') .addEventListener('submit', submitForm); // initial renderProductDetails(); handleFulfillmentChange(); });