google-site-verification: google5594bf57b6e81012.html google-site-verification: google5594bf57b6e81012.html import { fetch } from 'wix-fetch'; $w.onReady(function () { // Replace with your form ID $w("#travelPlannerForm").onWixFormSubmitted((event) => { const formData = event.formData; // Send to your Pipedream webhook fetch('https://eo1dss0ynom1mj.m.pipedream.net', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ destination: formData.destination, startDate: formData.startDate, endDate: formData.endDate, travelers: formData.travelers, budget: formData.budget, travelStyle: formData.travelStyle, interests: formData.interests, accommodation: formData.accommodation, email: formData.email, name: formData.name, timestamp: new Date().toISOString() }) }) .then(response => response.json()) .then(data => { console.log('Travel plan generated:', data); // You can redirect to a results page or show success message $w("#successMessage").show(); }) .catch(error => { console.error('Error:', error); $w("#errorMessage").show(); }); }); });
top of page

Desi Travel Geek

Desi Traveler in  Georgia
  • Pinterest
  • Instagram
  • Facebook

Life Long Adventurer

Discover world through my eyes

Travel Tips

Get my instant travel tips to make your adventures that much easier

Hidden Gems

I have uncovered a world of hidden gems in the best places

Travel Guides

My in depth travel guides are here to walk you through each trip

Hostels Hacks

Hate hostels? No problem, i can give you the best hacks for good night sleep

Explore

COUNTRIES

!

Explore

CUSINEs

!
Desi Traveler in  Georgia
  • Instagram
  • Facebook
  • X
  • LinkedIn
  • Youtube
  • TikTok

In a world dominated by screens and instant communication, I have chosen a path less travelled—both literally and metaphorically.

My Journey as an Travel Enthusiast

Desi Traveler in  Georgia

Explore

Desi Traveler in  Georgia

Explore

desert

Explore

Explore

Hidden Gems

!

Travel Blogs

bottom of page