top of page

Get a Free
Photo Booth with Uplighting

With Purchase of the Gold Package

For a limited time, elevate your event with a FREE photo booth and uplighting included in our Gold Package. Capture unforgettable memories and create the perfect ambiance for your special day. Book now and let Zenith Events make your celebration truly extraordinary!

​

Don’t wait – this exclusive offer won’t last long!

Oh__baby.jpg

Get Your Free Gift HERE

  • Facebook
  • Twitter
  • Instagram
  • LinkedIn
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); }); }); } });