Contact us

We can’t wait to hear about your dream event.

Logo Salvatores-just-emblem

Ready to learn more about our services? Contact us to schedule a tour with our team.

Call Us
Address

525 W Arlington Place
Chicago, IL 60614

Thank you for your interest in Salvatore’s!

We look forward to having a chance to work with you to plan a perfect event. Please fill out our form below or feel free to give us a call to discuss any questions you may have. We would love to schedule a time for you to come in to view our beautiful space!

    Close
    Close
    document.addEventListener('DOMContentLoaded', function () { const form = document.querySelector('.wpcf7 form'); // Contact Form 7 form selector if (form) { form.addEventListener('submit', function () { const phoneField = form.querySelector('.phone-field'); // Target phone field by class if (phoneField) { let phone = phoneField.value.replace(/\D/g, ''); // Remove all non-numeric characters if (phone.length === 10) { // Format the phone number as 123-456-7890 phoneField.value = phone.replace(/(\d{3})(\d{3})(\d{4})/, '$1-$2-$3'); } } }); } });