<html> <body> <form-template> <fields> <field type="header" subtype="h3" label="Primary Traveler Contact Info"/> <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" placeholder="example@email.com" name="email" subtype="text" className="form-control"/> <field type="text" required="true" label="Phone number" placeholder="888-111-2222" name="phone-number" subtype="text" className="form-control"/> <field type="text" required="true" label="Address Line 1" name="address-line-1" subtype="text" className="form-control"/> <field type="text" label="Address Line 2" name="address-line-2" subtype="text" className="form-control"/> <field type="text" required="true" label="City" name="address-city" subtype="text" className="form-control"/> <field type="text" required="true" label="State" name="address-state" subtype="text" className="form-control"/> <field type="text" required="true" label="Zip Code" name="address-zip" subtype="text" className="form-control"/> <field type="textarea" required="true" label="Names and relationships of each traveler. (Please include ages of children at the time of travel)." description="We will gather passport information and legal names later in the process" placeholder="Dan(Husband) Becky (Daughter -12) Joshua (son - 18) Sam (son - 14)" name="names-and-relationships-of-each-traveler-please-include-ages-of-children-at-time-of-travel" className="form-control"/> <field type="text" required="true" label="How did you hear about Sphera Travel?" name="how-did-you-hear-about-sphera-travel" subtype="text" className="form-control"/> <field type="radio-group" required="true" label="Have you worked with a travel designer/advisor before?" name="have-you-worked-with-a-travel-designer-before"> <option label="Yes!" value="yes">Yes!</option> <option label="No, this will be the first time" value="no-this-will-be-the-first-time">No, this will be the first time</option> </field> <field type="checkbox-group" required="true" label="Which best describes how you would like to receive information?" name="which-best-describes-how-you-like-to-receive-information"> <option label="An email with bullet points and action items. Let me know exactly what I need at each step." value="an-email-with-bullet-points-and-action-items-let-me-know-exactly-what-i-need-at-each-step">An email with bullet points and action items. Let me know exactly what I need at each step.</option> <option label="A phone call is always welcome." value="a-phone-call-is-always-welcome">A phone call is always welcome.</option> </field> <field type="header" subtype="h3" label="Travel Style &amp; Preferences"/> <field type="radio-group" required="true" label="What type of vacation do&nbsp; you have in mind?" name="what-type-of-vacation-do-you-have-in-mind" other="true"> <option label="Custom Designed Vacation - International or Domestic" value="custom-designed-vacation-international-or-domestic">Custom Designed Vacation - International or Domestic</option> <option label="Small Ship Cruise" value="small-ship-cruise">Small Ship Cruise</option> <option label="Large Ship Cruise" value="large-ship-cruise">Large Ship Cruise</option> <option label="Expedition Cruise" value="expedition-cruise">Expedition Cruise</option> <option label="River Cruise" value="river-cruise">River Cruise</option> <option label="All-Inclusive Resort" value="allinclusive-resort">All-Inclusive Resort</option> <option label="Guided Group Vacation" value="guided-group-vacation">Guided Group Vacation</option> <option label="Themed Vacation (Concert, Sporting Event, etc.)" value="themed-vacation-concert-sporting-event-etc">Themed Vacation (Concert, Sporting Event, etc.)</option> <option label="Custom Designed Group Vacation" value="custom-designed-group-vacation">Custom Designed Group Vacation</option> </field> <field type="paragraph" subtype="p" label="&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"/> <field type="radio-group" required="true" label="What is the inspiration for this trip?&nbsp;&nbsp;" name="what-is-the-inspiration-for-this-trip-is-this-going-to-be-a-group-" other="true"> <option label="Milestone Celebration" value="milestone-celebration">Milestone Celebration</option> <option label="Culinary Group" value="culinary-group">Culinary Group</option> <option label="Adventure Group" value="adventure-group">Adventure Group</option> <option label="Club or Interest Group" value="club-or-interest-group">Club or Interest Group</option> <option label="Family Travel" value="family-travel">Family Travel</option> <option label="Destination Wedding/Honeymoon" value="destination-weddinghoneymoon">Destination Wedding/Honeymoon</option> <option label="Relaxation" value="relaxation">Relaxation</option> <option label="Joint Partnership (Business)" value="joint-partnership-business">Joint Partnership (Business)</option> </field> <field type="textarea" label="If this is a group trip, please describe your group." description="Sphera Travel will work with individual members of your group to customize the vacation to their individual preferences." placeholder="Example: We are a wine club group who would love to visit Tuscany together!" name="if-this-is-a-group-trip-please-describe-your-group" className="form-control"/> <field type="text" required="true" label="What destination(s) do you have in mind?&nbsp; (It's okay to say&nbsp; "I don't know yet" or "We're open to suggestions")" placeholder="Example: Italy and Greece" name="what-destinations-do-you-have-in-mind-its-okay-to-say-i-dont-know-yet-or-were-open-to-suggestions" subtype="text" className="form-control"/> <field type="text" required="true" label="Provide any additional details regarding your inspiration for this trip. Are you traveling for a specific event?" description="Please provide the specific date of the event." placeholder="Example: We are a group of gardeners wanting to go the Chelsea Flower Show." name="provide-any-additional-details-regarding-your-inspiration-for-this-trip-are-you-traveling-for-a-specific-event" subtype="text" className="form-control"/> <field type="date" required="true" label="Preferred Departing Date" name="preferred-departing-date" className="form-control"/> <field type="date" required="true" label="Preferred Return Date" name="preferred-return-date" className="form-control"/> <field type="text" required="true" label="How many total nights would you like to travel?&nbsp;" placeholder="Example: 10 Nights" name="how-many-total-nights-would-you-like-to-travel-" subtype="text" className="form-control"/> <field type="text" required="true" label="Are your travel dates flexible?" placeholder="Example "We can travel anytime after October 30" or "we can leave on a weekday if it provides a better value"" name="what-are-your-preferred-to-travel-dates-are-your-travel-dates-flexible" subtype="text" className="form-control"/> <field type="textarea" required="true" label="What experiences do you hope to have?&nbsp; What are your top priorities?" placeholder="Example: We are celebrating our 50th wedding anniversary. We are looking forward to spending time with our family. and would enjoy cooking classes." name="what-experiences-do-you-hope-to-have-what-are-your-top-priorities" className="form-control"/> <field type="radio-group" required="true" label="What type of airfare would you like us to quote?" name="what-type-of-airfare-would-you-like-us-to-quote"> <option label="I've already booked my flights or will be using miles" value="ive-already-booked-my-flights-or-will-be-using-miles">I've already booked my flights or will be using miles</option> <option label="Economy Class" value="economy-class">Economy Class</option> <option label="Premium Economy/Comfort" value="premium-economycomfort">Premium Economy/Comfort</option> <option label="Business Class" value="business-class">Business Class</option> <option label="First Class" value="first-class">First Class</option> <option label="Private Jet" value="private-jet">Private Jet</option> </field> <field type="text" required="true" label="From what airport will you be departing?" placeholder="Example: I am nearest to Greenville South Carolina but can fly out of Charlotte too" name="from-what-airport-will-you-be-departing" subtype="text" className="form-control"/> <field type="radio-group" required="true" label="How much are you planning to invest in this travel experience?" name="how-much-are-you-able-to-invest-on-this-vacation"> <option label="$5000 - $7500" value="5000-7500">$5000 - $7500</option> <option label="$7500 - $10,000" value="7500-10000">$7500 - $10,000</option> <option label="$10,000 - $15,000" value="10000-15000">$10,000 - $15,000</option> <option label="$15,000 - $20,000" value="15000-20000">$15,000 - $20,000</option> <option label="$20,000+" value="20000">$20,000+</option> </field> <field type="checkbox-group" required="true" label="What is your hotel/lodging preference (check all that apply)?" name="what-is-your-hotellodging-preference-check-all-that-apply" other="true"> <option label="Premium (4 star)" value="premium-4-star">Premium (4 star)</option> <option label="Luxury (5 star)" value="luxury-5-star">Luxury (5 star)</option> <option label="Historical - Castle" value="historical-castle">Historical - Castle</option> <option label="Themed - Spa, Dude Ranch" value="themed-spa-dude-ranch">Themed - Spa, Dude Ranch</option> <option label="Boutique" value="boutique">Boutique</option> <option label="Private Villa/Vacation Rental" value="private-villavacation-rental">Private Villa/Vacation Rental</option> </field> <field type="text" required="true" label="Describe a favorite hotel and why you love it." name="describe-a-favorite-hotel-and-why-you-love-it" subtype="text" className="form-control"/> <field type="text" required="true" label="Describe what hotel amenities are most important to you." placeholder="Example: Hotel must have a gym room service and concierge" name="describe-what-hotel-amenities-are-most-important-to-you" subtype="text" className="form-control"/> <field type="paragraph" subtype="p"/> <field type="radio-group" label="Click on the travel style that resonates most with you and your group." name="click-on-the-travel-style-that-resonates-most-with-you-and-your-group"> <option label="Wanderers - Independent, self-confident, explores emerging destinations and experiences, adventurous eater, unique hotels and very little structure to itinerary. " value="wanderers-independent-selfconfident-explores-emerging-destinations-and-experiences-adventurous-eater-unique-hotels-and-very-little-structure-to-itinerary-">Wanderers - Independent, self-confident, explores emerging destinations and experiences, adventurous eater, unique hotels and very little structure to itinerary. </option> <option label="Comfort Seekers - Likes to return to familiar places but has new experiences, likes to relax and know what to expect from the destination, enjoys more mainstream food." value="comfort-seekers-likes-to-return-to-familiar-places-but-has-new-experiences-likes-to-relax-and-know-what-to-expect-from-the-destination-enjoys-more-mainstream-food">Comfort Seekers - Likes to return to familiar places but has new experiences, likes to relax and know what to expect from the destination, enjoys more mainstream food.</option> <option label="Balanced - A wanderer and comfort seeker. Likes some structure with freedom to make choices at destination; good food and hotels, Enjoys a few surprises along the way." value="balanced-a-wanderer-and-comfort-seeker-likes-some-structure-with-freedom-to-make-choices-at-destination-good-food-and-hotels-enjoys-a-few-surprises-along-the-way">Balanced - A wanderer and comfort seeker. Likes some structure with freedom to make choices at destination; good food and hotels, Enjoys a few surprises along the way.</option> <option label="Follower- Prefers a set itinerary. Doesn't want to worry about anything. Wants to see as much as they can at each destination. A guided tour is preferred." value="follower-prefers-a-set-itinerary-doesnt-want-to-worry-about-anything-wants-to-see-as-much-as-they-can-at-each-destination-a-guided-tour-is-preferred">Follower- Prefers a set itinerary. Doesn't want to worry about anything. Wants to see as much as they can at each destination. A guided tour is preferred.</option> </field> <field type="paragraph" subtype="p"/> <field type="textarea" required="true" label="Describe the best meal you ever had.&nbsp; Where did you have this meal and what made it great?" placeholder="Example: I enjoyed the best fish sandwich at a little restaurant in Belize. The fish was so fresh it tasted like they had just caught it." name="describe-the-best-meal-you-ever-had-where-did-you-have-this-meal-and-what-made-it-great" className="form-control"/> <field type="textarea" required="true" label="What is your favorite drink?&nbsp; (Please include travel companions preferences)" placeholder="Example: I enjoy red wines from all over the world. I love a great cup of coffee. My husband enjoys spiced rum." name="what-is-your-favorite-drink-please-include-travel-companions-preferences" className="form-control"/> <field type="text" required="true" label="Describe your favorite vacation.&nbsp; Where was it&nbsp; and what made it memorable." name="describe-your-favorite-vacation-where-was-it-and-what-made-it-memorable" subtype="text" className="form-control"/> <field type="text" required="true" label="Describe one of your least favorite travel experiences.&nbsp; What happened?" name="text-1622045579596" subtype="text" className="form-control"/> <field type="textarea" label="What worries you the most about traveling?" name="what-worries-you-the-most-about-traveling" className="form-control"/> <field type="textarea" label="What excites you the most about traveling?" name="what-excites-you-the-most-about-traveling" className="form-control"/> <field type="radio-group" label="How often do you travel for pleasure?" name="how-often-do-you-travel-for-pleasure"> <option label="Once every 1 - 3 years to celebrate big occasions" value="once-every-1-3-years-to-celebrate-big-occasions">Once every 1 - 3 years to celebrate big occasions</option> <option label="One international trip per year plus some domestic getaways" value="one-international-trip-per-year-plus-some-domestic-getaways">One international trip per year plus some domestic getaways</option> <option label="2-3 international trips per year plus some domestic getaways" value="23-international-trips-per-year-plus-some-domestic-getaways">2-3 international trips per year plus some domestic getaways</option> <option label="We travel as often as possible" value="we-travel-as-often-as-possible">We travel as often as possible</option> </field> <field type="paragraph" subtype="p" label="&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;"/> <field type="textarea" label="In addition to this trip, what trips and/or destinations are the top of your priority list for the next 3-5 years?" placeholder="Example: I am retiring in two years and am looking forward to a taking a trip to celebrate." name="in-addition-to-this-trip-what-trips-andor-destinations-are-the-top-of-your-priority-list-for-the-next-35-years" className="form-control"/> <field type="textarea" label="Is there anything else I should know?" placeholder="Example: This is great place to let us know about medical issues allergies travel anxieties or any other details that have not been included above." name="is-there-anything-else-i-should-know" className="form-control"/> <field type="paragraph" subtype="p" label="&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"/> <field type="checkbox-group" required="true" label="I understand that Sphera Travel charges research and design fees for most services and have reviewed the Benefits &amp; Design page of this website." name="i-understand-that-sphera-travel-charges-research-and-design-fees-for-most-services-and-have-reviewed-the-benefit-design-page-of-this-website"> <option label="Yes" value="yes">Yes</option> </field> <field type="paragraph" subtype="p" label="&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"/> <field type="header" subtype="h3" label="After submitting the form, please scroll to the top of the screen to ensure your form was submitted properly. Thank you!"/> </fields> </form-template> </body> </html>
DESIGN MY TRIP
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