top of page

Build Your Perfect Zermatt Holiday

Please fill out the questionnaire below so we can better understand your preferences for the perfect Zermatt holiday. The more detailed information you provid the better!

How Many Nights

Alternatively, if you prefer to contact us by phone or email with all the information. 

Phone

+41 (0) 78 307 88 95

Email

Social Media

  • Instagram
  • Facebook
  • You Tube
  • Linkedin
  • TikTok
bottom of page
import wixLocation from 'wix-location'; import wixData from 'wix-data'; let userGCLID; //The global variable for this user's session. $w.onReady(function(){ //Get the query Params from the current URL. userGCLID = wixLocation.query['gclid']; }); //The handler for the submission. export function submitToDatabase(){ wixData.insert("GCLIDDatabase",{"firstName":"Test", "gclid":userGCLID}) }