top of page

2024 Xquisite Golf Tournament Sponsor

Have you sponsored before?
Yes
No

Once you submit your information, you will be redirected to Xquisite's payment portal. Please put your name and the name of your business in the memo line and continue to payment. Thank you!

bottom of page
import wixLocation from 'wix-location'; $w.onReady(function () { // Write your code here if ($w("#QuickExitButton01")) { $w("#QuickExitButton01").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 1') }); } else { return; } if ($w("#QuickExitButton02")) { $w("#QuickExitButton02").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 2') }); } else { return; } }); import wixLocation from 'wix-location'; $w.onReady(function () { // Write your code here if ($w("#QuickExitButton03")) { $w("#QuickExitButton03").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 3') }); } else { return; } });