Thanks so much for checking out ETA.  We’re excited you’re here! Our goal is to create a reception that matches your style, keeps the energy high, and has your guests talking long after the last song plays.

When you work with ETA, we make planning easy and fun. We’re always available to chat, share ideas, and make sure everything feels totally you. Once you’ve watched our video and browsed the site, give us a call. We would love to hear what you’re envisioning and help bring it to life.

We can’t wait to connect and help make your big day unforgettable!

The Knot - Best of Weddings
Wedding Wire Couples' Choice


$(document).ready(function() {
 $('.first-last-name, .company-name').children('label').prepend('*');
 $('.your-full-name, .partners-full-name, .venue').children('label').prepend('*');
 $('.first-last-name, .company-name').children('label').text(function(i,str) { return str.replace(/\*/g,''); });
 $('.your-full-name, .partners-full-name').children('label').text(function(i,str) { return str.replace(/\*/g,''); });
});