top of page

Contact Us

We would love to hear from you and help bring your event vision to life! Whether it's a baby shower, corporate birthday party, or special celebration, our we are ready to assist you. Fill out the contact form below and let's start planning an unforgettable event at our venue.

Book Now

Address

340 North Ave

Garwood, NJ 07027

Phone

Email

Social Media

  • Instagram
  • Facebook
18228387070160511.jpg
bottom of page
import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // Get the URL parameter "utm_source" directly using Wix Location API const utmSource = wixLocation.query.utm_source; if (utmSource === 'google') { $w('#multiStepForm1').onSuccess(() => { let formData = $w('#comp-lpb63umo1').getFormData(); // Assuming formData already has utm parameters wixData.insert('Leads', { ...formData, googleAdsLead: true // add custom field indicating a lead from Google }) .then(() => { console.log('Lead from Google Ads campaign submitted successfully'); }) .catch((error) => { console.error('Error submitting lead from Google Ads campaign:', error); }); }); } });