<html> <body> <form-template> <fields> <field type="header" subtype="h2" label="Curated Voyages, By Design"/> <field type="paragraph" subtype="p" label="A few questions to help us design your voyage around you, the ship, the ports and the pace that suit you best. Take your time, and “not sure yet” is always a perfectly good answer."/> <field type="header" subtype="h3" label="A little about you"/> <field type="text" required="true" label="First name" name="first-name" subtype="text" className="form-control"/> <field type="text" required="true" label="Last name" name="last-name" subtype="text" className="form-control"/> <field type="text" required="true" label="Email" name="email" subtype="text" className="form-control"/> <field type="text" required="true" label="Phone number" name="phone-number" subtype="text" className="form-control"/> <field type="radio-group" label="Pronouns" name="pronouns" other="true"> <option label="She/Her/Hers" value="she-her-hers">She/Her/Hers</option> <option label="He/Him/His" value="he-him-his">He/Him/His</option> <option label="They/Them/Theirs" value="they-them-theirs">They/Them/Theirs</option> <option label="Prefer not to say" value="prefer-not-to-say">Prefer not to say</option> </field> <field type="radio-group" required="true" label="How would you most like us to keep in touch?" name="keep-in-touch" other="true"> <option label="By email, with clear notes and next steps" value="by-email-with-clear-notes-and-next-steps">By email, with clear notes and next steps</option> <option label="By phone, I like to talk things through" value="by-phone-i-like-to-talk-things-through">By phone, I like to talk things through</option> <option label="By text, for anything time-sensitive" value="by-text-for-anything-time-sensitive">By text, for anything time-sensitive</option> </field> <field type="text" label="Instagram or other social handle" description="So we can get a feel for your taste." name="social-handle" subtype="text" className="form-control"/> <field type="header" subtype="h3" label="Your voyage in mind"/> <field type="radio-group" label="Have you sailed before?" name="sailed-before"> <option label="Yes, often" value="yes-often">Yes, often</option> <option label="Yes, once or twice" value="yes-once-or-twice">Yes, once or twice</option> <option label="No, this would be my first" value="no-this-would-be-my-first">No, this would be my first</option> </field> <field type="radio-group" label="What kind of voyage appeals?" name="voyage-type"> <option label="Ocean" value="ocean">Ocean</option> <option label="River" value="river">River</option> <option label="Expedition" value="expedition">Expedition</option> <option label="Private yacht" value="private-yacht">Private yacht</option> </field> <field type="textarea" required="true" label="Where would you like to sail?" description="A region a feeling like “tropical” or “Northern Lights”, or simply open to ideas." name="where-to-sail" className="form-control"/> <field type="text" label="Which ports could you sail from?" name="departure-ports" subtype="text" className="form-control"/> <field type="text" label="Any ports or regions you would rather avoid?" name="ports-to-avoid" subtype="text" className="form-control"/> <field type="text" label="Which lines have you sailed with before, if any?" name="lines-sailed" subtype="text" className="form-control"/> <field type="header" subtype="h3" label="On board"/> <field type="checkbox-group" label="What are you hoping this voyage will feel like?" description="Choose any that apply." name="voyage-feel" other="true"> <option label="Romance" value="romance">Romance</option> <option label="Rest and relaxation" value="rest-and-relaxation">Rest and relaxation</option> <option label="A celebration" value="a-celebration">A celebration</option> <option label="A honeymoon" value="a-honeymoon">A honeymoon</option> <option label="Cultural immersion" value="cultural-immersion">Cultural immersion</option> <option label="Family time" value="family-time">Family time</option> <option label="Food and wine" value="food-and-wine">Food and wine</option> <option label="Adventure and expedition" value="adventure-and-expedition">Adventure and expedition</option> </field> <field type="radio-group" label="Do you lean towards a smaller or larger ship?" name="ship-size"> <option label="Smaller and intimate" value="smaller-and-intimate">Smaller and intimate</option> <option label="Larger with more on board" value="larger-with-more-on-board">Larger with more on board</option> <option label="No strong preference, guide me" value="no-strong-preference-guide-me">No strong preference, guide me</option> </field> <field type="radio-group" label="What sort of cabin are you thinking?" name="cabin-type"> <option label="A suite" value="a-suite">A suite</option> <option label="A balcony" value="a-balcony">A balcony</option> <option label="An ocean view" value="an-ocean-view">An ocean view</option> <option label="An interior cabin" value="an-interior-cabin">An interior cabin</option> <option label="Guide me" value="guide-me">Guide me</option> </field> <field type="radio-group" label="Dining, what appeals most?" name="dining"> <option label="Speciality restaurants" value="speciality-restaurants">Speciality restaurants</option> <option label="The main dining room" value="the-main-dining-room">The main dining room</option> <option label="A relaxed mix of both" value="a-relaxed-mix-of-both">A relaxed mix of both</option> </field> <field type="text" label="Are you a foodie? What kind of food excites you?" name="foodie" subtype="text" className="form-control"/> <field type="radio-group" label="Your voyage style?" name="voyage-style"> <option label="Ultra-luxury" value="ultra-luxury">Ultra-luxury</option> <option label="Luxury" value="luxury">Luxury</option> <option label="Lifestyle" value="lifestyle">Lifestyle</option> <option label="Boutique" value="boutique">Boutique</option> </field> <field type="checkbox-group" label="What matters most on board?" description="Choose any that apply." name="on-board"> <option label="Speciality dining" value="speciality-dining">Speciality dining</option> <option label="Spa and wellness" value="spa-and-wellness">Spa and wellness</option> <option label="Pool and deck space" value="pool-and-deck-space">Pool and deck space</option> <option label="Kids' and teens' clubs" value="kids-and-teens-clubs">Kids' and teens' clubs</option> <option label="Adults-only spaces" value="adults-only-spaces">Adults-only spaces</option> <option label="Entertainment and shows" value="entertainment-and-shows">Entertainment and shows</option> <option label="Fitness and sport" value="fitness-and-sport">Fitness and sport</option> <option label="Casino" value="casino">Casino</option> </field> <field type="header" subtype="h3" label="The practical bits"/> <field type="text" label="When would you like to sail, and how flexible are your dates?" name="sail-dates" subtype="text" className="form-control"/> <field type="text" label="Roughly how many nights would you like the voyage to be?" name="nights" subtype="text" className="form-control"/> <field type="textarea" label="Who will be travelling?" description="How many adults and how many children with their ages, so we can design around everyone." name="who-travelling" className="form-control"/> <field type="textarea" label="Cabins, how many and any preferences?" description="For example whether any need to connect." name="cabins" className="form-control"/> <field type="radio-group" label="Is anyone in your party pregnant, or likely to be before you sail?" name="pregnancy"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> </field> <field type="radio-group" label="Is everyone travelling a US citizen?" name="us-citizen"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> <option label="Mixed party" value="mixed-party">Mixed party</option> </field> <field type="text" label="Which state do you live in?" name="home-state" subtype="text" className="form-control"/> <field type="checkbox-group" label="Do any of these apply to your party?" description="They can unlock special fares." name="fare-eligibility"> <option label="Aged 55 or over" value="aged-55-or-over">Aged 55 or over</option> <option label="Serving or veteran military" value="serving-or-veteran-military">Serving or veteran military</option> <option label="Fire, EMT or law enforcement" value="fire-emt-or-law-enforcement">Fire, EMT or law enforcement</option> <option label="Teacher" value="teacher">Teacher</option> <option label="None of these" value="none-of-these">None of these</option> </field> <field type="radio-group" required="true" label="What are you thinking of investing in this voyage?" description="In US dollars excluding flights." name="investment"> <option label="$10,000 to 14,999" value="10-000-to-14-999">$10,000 to 14,999</option> <option label="$15,000 to 19,999" value="15-000-to-19-999">$15,000 to 19,999</option> <option label="$20,000+" value="20-000">$20,000+</option> <option label="Prefer to discuss" value="prefer-to-discuss">Prefer to discuss</option> </field> <field type="radio-group" label="For flights, which cabin should we look at?" name="flight-cabin"> <option label="I have already booked my flights" value="i-have-already-booked-my-flights">I have already booked my flights</option> <option label="Premium economy" value="premium-economy">Premium economy</option> <option label="Business" value="business">Business</option> <option label="First" value="first">First</option> <option label="Private jet" value="private-jet">Private jet</option> <option label="Not sure yet" value="not-sure-yet">Not sure yet</option> </field> <field type="text" label="Which airport would you depart from?" name="departure-airport" subtype="text" className="form-control"/> <field type="textarea" label="Is there anything you must do or see, or that we should know?" description="Dietary or medical needs access requirements, a special occasion, anything at all." name="must-do-notes" className="form-control"/> <field type="textarea" label="Any other trips or destinations on your mind?" name="other-trips" className="form-control"/> <field type="text" label="How did you hear about us?" name="how-heard" subtype="text" className="form-control"/> <field type="header" subtype="h3" label="Before you go"/> <field type="checkbox-group" required="true" label="For all travel planning, other than a hotel-only booking where your dates and accommodation are already confirmed, we charge a journey design fee for the research and design of your trip. We will always talk this through and agree it with you on our complimentary discovery call." name="fee-acknowledgement"> <option label="Yes, I understand and agree" value="yes-i-understand-and-agree">Yes, I understand and agree</option> </field> <field type="checkbox-group" required="true" label="I confirm that I have been directed to Global Travel Moments' Booking Terms at www.globaltravelmoments.com and have had the opportunity to read them." name="terms-direction"> <option label="Yes, I confirm" value="yes-i-confirm">Yes, I confirm</option> </field> <field type="paragraph" subtype="p" label="We handle your information with care. To see how we use your personal data, please read our Privacy Policy at www.globaltravelmoments.com."/> <field type="checkbox-group" label="May we send you the occasional note, travel inspiration and ideas from us?" description="You can unsubscribe at any time." name="newsletter-optin"> <option label="Yes, please" value="yes-please">Yes, please</option> </field> </fields> </form-template> </body> </html>
Submit trip design request
American Airlines (AAdvantage)
United Airlines (Mileage Plus)
Delta Air Lines (SkyMiles)
Hilton (Honors)
Marriott Bonvoy
Southwest Airlines (Rapid Rewards)
IHG Rewards Club
Hyatt (World of Hyatt)
JetBlue Airways (trueBlue)
British Airways (Executive Club)
Alaska Airlines (Mileage Plan)
Hertz Gold Plus Rewards
Virgin America (eleVAte)
Club Carlson Hotels
Avis (Preferred)
Amtrak (Guest Rewards)
National (Emerald Club)
Wyndham Rewards (Days Inn, etc.)
Hawaiian Airlines (HawaiianMiles)
Choice Hotels (Choice Privileges)
Frontier Airlines (EarlyReturns)
Best Western Rewards
Lufthansa (Miles and More)
Virgin Atlantic (Flying Club)
Air Canada Aeroplan
Enterprise Rent-A-Car
Korean Air (SkyPass)
Air France (Flying Blue)
Singapore Airlines (KrisFlyer)
Emirates (Skywards)
Spirit Airlines (Free Spirit)
Le Club Accorhotels (Accor Hotels, Novotel, etc.)
Hotels.com Rewards
All Nippon Airways (ANA Mileage Club)
Cathay Pacific (Asia Miles)
Fairmont President's Club
Qantas (Frequent Flyer)
Budget (Fastbreak)
La Quinta, etc. (Returns)
Iberia Plus
Kimpton (Karma Rewards)
Asiana Airlines (Asiana Club)
Omni Hotels (Select Guest)
AviancaTaca (LifeMiles)
Alamo
Etihad Airways (Etihad Guest)
Aegean Airlines (Miles & Bonus)
KLM (Flying Blue)
MGM Resorts (M life Players Club)
Japan Airlines (JMB)
AirBerlin (Topbonus)
LATAM (LATAM Pass)
Thrifty (Blue Chip Rewards)
Royal Caribbean (Crown & Anchor Society)
Alitalia (MilleMiglia)
Qatar Airways (Qmiles)
Jet Airways (JetPrivilege)
Turkish Airlines (Miles&Smiles)
Icelandair (Saga Club)
Dollar Rent A Car (Express)
Carnival (VIFP)
Eva Air (Infinity MileageLands)
Sun Country Airlines (Ufly Rewards)
Shangri-La (Golden Circle)
Air India (Flying Returns)
Sixt Rent-a-Car
BMI (Diamond Club)
Booking.com
Loews Hotels (YouFirst Rewards)
Norwegian Air Shuttle ASA (Norwegian Reward)
Stash Hotel Rewards
Scandinavian Airlines System (EuroBonus)
Norwegian Cruise Line (Latitudes)
Aeromexico (Club Premier)
Copa Airlines ConnectMiles (Prefer)
Celebrity Cruises (Captain's Club)
Drury Hotels (Gold Key Club)
Aer Lingus (Gold Circle)
Virgin Australia (Velocity Frequent Flyer)
EL AL Israel Airlines (Matmid)
Princess Cruise Lines (Captain Circle)
China Airlines (Dynasty Flyer)
Delta (SkyBonus Corporate)
Melia (Melia Rewards)
GHA (Discovery)
Air China (PhoenixMiles)
Air Asia (BIG)
Gol Airlines (Smiles)
Malaysia Airlines (Enrich)
Air New Zealand (Airpoints)
WestJet (Frequent Guest)
Porter (VIPorter)
Agoda Rewards
Thai Airways (Royal Orchid Plus)
VOILÀ Hotel Rewards
Preferred Hotels, etc. (iPrefer)
Red Roof Inn (RediCard)
Aeroflot Bonus
China Eastern (Eastern Miles)
Holland America Line (Mariner Society)
Philippine Airlines (Mabuhay Miles)
Bangkok Airways (FlyerBonus)
Hilton Grand Vacations (Club)
South African Airways (Voyager)
China Southern (Sky Pearl)
Finnair Plus
Small Luxury Hotels (The Club)
TAP Portugal (Victoria Miles)
Avianca (Amigo)
Langham Hotels (1865 Club)
Fox Rent A Car (Rewards)
Hainan Airlines (Fortune Wings)
AmericInn (Easy Rewards)
Disney Cruise Line (Castaway Club)
Payless Car Rental (Perks Club)
Azul (TudoAzul)
Starwood Hotels (Preferred Business)
My Europcar (Privilege)
Hyatt (Vacation Club)
Aerolineas Argentinas (Plus)
Taj (InnerCircle)
British Airways (On Business, Corporate)
Leading Hotels of the World (Leaders Club)
Eurostar Frequent Traveler
Red Lion (Hello Rewards)
Air Tahiti Nui (Club Tiare)
United PerksPlus (Corporate Program)
NH Hotels (NH World)
Swissotel Circle
Millennium & Copthorne (My Millennium)
Ethiopian Airlines (ShebaMiles)
Royal Air Maroc (Safar Flyer)
Alaska Airlines (EasyBiz Corporate)
Vueling Airlines (Punto Punto)
Gulf Air (Falconflyer)
Star Alliance Company (PlusAwards)
Coast Hotels (Coast Rewards)
Royal Jordanian Airlines (Royal Plus)
HotelClub (Member Rewards)
Czech Airlines (OK Plus)
VIA Rail Canada (VIA Preference)
Trump Card (Privileges Program)
Borgata (Rewards)
Saudi Arabian Airlines (Alfursan)
Vietnam Airlines (Golden Lotus Plus)
Egypt Air Plus
Scandic Hotels (Scandic Friends)
JetBlue Airways (CompanyBlue)
Hostelworld (My World)
Jumeirah (Sirius)
E-Z Rent-A-Car (E-Z Money)
Deutsche Bahn (BahnCard)
Garuda (Frequent Flyer)
TripAdvisor
Kuwait Airways (Oasis Club)
Cosmopolitan Hotels (Identity)
Advantage Rent a Car (Instant Rewards)
Cayman Airways (Sir Turtle Rewards)
Caribbean Airlines (Caribbean Miles)
RIU Hotels & Resorts (RIU Class)
Easyjet
SriLankan (FlySmiLes)
TabletHotels (Reward Dollars)
Ace Rent a Car
Thalys (The Card)
S7 Priority
Air Baltic (Pins)
Choice Hotels (Nordic Choice Club)
Trident Hotels (Trident Privilege)
Middle East Airlines (Cedar Miles)
Emirates for Kids (Skysurfer)
Rydges (PriorityGUEST)
Oman Air (Sindbad)
Island Air (Cloud 9)
Ukraine International Airlines (Panorama Club)
Flybe (Rewards4all)
SNCF (Voyageur)
Marriott Gift Cards
Qantas (Aquire)
Pegasus Airlines (Pegasus Plus)
Air Transat
Silver Cloud (Rewards)
Brussels Airlines (LOOPs)
JAL Hotels (One Harmony)
Eurowings (Boomerang)
Azamara (Le Club Voyage)
Otel.com (FivePlus)
Meridiana Fly (Hi-Fly)
Prince Resorts Hawaii (Prince Preferred)
PIA (Awards Plus)
Air Astana (Nomad Club)
Regal Hotels (Regal Rewards)
IndiGo
Era Alaska (FlyAway Rewards)
Red Spotted Hanky (Loyalty points)
Thon Hotels (Thon Member)
Air Jamaica (Seventh Heaven)
Trenitalia (FrecciaClub)
Air Malta (Flypass)
Splendia (Club Rewards)
Dorint (Card)
UTair (Status)
Tsogo Sun (Frequent Guest)
Sino Hotel Group (IPrestige)
KLM BlueBiz (Corporate)
RZD (Bonus)
Elite Hotels of Sweden
New Otani (Club International)
Air Algérie (Air Algérie Plus)
Ryanair
The Montcalm & Shaftsbury (Premier Club)
Dan Hotels (e-dan club)
Pestana Priority Guest
Macdonald Hotels (The Club)
Air Mauritius (Kestrelflyer)
Frasers Hospitality (Fraser World)
AirBerlin (business points)
Park-N-Go (Frequent Parker Rewards)
Localiza Rent a Car
Jurys Inn (Jurys Rewards)
Air Caraibes (Preference)
Bulgaria Air (Fly More)
Air Niugini (Destinations)
TUIfly.com
Cebu Pacific (Getgo)
Premier Hotels (Premier Club)
Jet2.com (My Jet2)
Air Austral (My Capricorne)
CAT (C-Club)
Opinion Miles Club
Ural Airlines (Wings)
Air Europa (SUMA)
Monarch (Vantage Club)
Stena Line (Extra)
La Compagnie (My Compagnie)
First Hotels (First Member)
Belavia (Leader)
Azerbaijan Airlines (Azal Miles)
Wizz Air (Discount Club)
Tunisair (Fidelys)
Paradores (Amigos de Paradores)
Vistara (Vistara Club)
Montenegro Airlines (Vision Team)
Asky Airlines (ASKY Club)
Jinling Hotels (Elite)
Moby Lines (Moby Club)
Jin Jiang Group (J-Club)
AtlasGlobal (AtlasMiles)
Qubus Hotel (Q-Club)
Braathens Regional Airlines (BRA Friends )
Hotelbooker.org
Flynas (NaSmiles)
Czech Airlines (OK Plus Corporate)
Uzbekistan Airways (UzAirPlus)
TAAG Angola Airlines (Umbi Umbi Club)
Yelloh! Village (Yelloh! Plus)
Future Inns (Rewards Club)
Nordavia (Golden Mile)
Air Arabia (Airewards)
Royal Brunei Airlines (Royal Skies)
Leonardo Hotels (AdvantageCLUB)
Air Moldova Club
Air Cote D'Ivoire (sMiles)
Air Macau (Privileges)
Etihad (BusinessConnect)
Gloria Hotels & Resorts (Gloria Partner)
Santos Hotels (Club Santos)
Known Traveler Number (KTN)
Global Entry ID
TSA PreCheck
NEXUS ID
SENTRI ID
American Automative Association (AAA)
Sandals Select Guest (SSG)
Mandarin Oriental Fan
Relais and Chateaux 5C
Four Seasons Preferred
Dorchester Diamond
Peninsula Pen
Belmond Bellini
Silversea Venetian
Oceania Cruise Lines
Regent Cruise Line
Seabourn Cruise Line
Lindblad Expeditions
SeaDream Yacht Club
Cunard
Virgin Voyages Sailing Club
AmaWaterways
Type
Draw
×
By signing, I understand that this is a legally binding contract.