Share your information with
Carolyn Lau
Magical Planning
<html> <body> <form-template> <fields> <field type="header" subtype="h1" label="Walt Disney World Proposal Request"/> <field type="text" required="true" label="How did you hear about me?" name="how-did-you-hear-about-me" subtype="text" className="form-control"/> <field type="select" required="true" label="Are you currently working with a travel advisor/agent?&nbsp;" placeholder="Choose one" name="are-you-currently-working-with-a-travel-advisoragent-" className="form-control"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> </field> <field type="select" required="true" label="Once you fill out the assessment, would you like me to contact you via email or a phone call to discuss your vacation further?" placeholder="Choose one" name="once-you-fill-out-the-assessment-would-you-like-me-to-contact-you-via-email-or-a-phone-call-to-discuss-your-vacation-further" className="form-control"> <option label="Email" value="email">Email</option> <option label="Phone Call" value="phone-call">Phone Call</option> </field> <field type="select" required="true" label="Where in the vacation planning process are you?" placeholder="Choose one" name="where-in-the-vacation-planning-process-are-you" className="form-control"> <option label="Ready to book and put down a deposit." value="ready-to-book-and-put-down-a-deposit">Ready to book and put down a deposit.</option> <option label="I have a general idea of where and when, but need more information." value="i-have-a-general-idea-of-where-and-when-but-need-more-information">I have a general idea of where and when, but need more information.</option> <option label="Shopping around." value="shopping-around">Shopping around.</option> </field> <field type="radio-group" label="The number one reason I am planning this vacation is:" name="the-number-one-reason-i-am-planning-this-vacation-is" other="true"> <option label="Family Vacation" value="family-vacation">Family Vacation</option> <option label="Family Reunion" value="family-reunion">Family Reunion</option> <option label="Anniversary" value="anniversary">Anniversary</option> <option label="Honeymoon" value="honeymoon">Honeymoon</option> <option label="Romantic Getaway" value="romantic-getaway">Romantic Getaway</option> <option label="Destination Wedding" value="destination-wedding">Destination Wedding</option> <option label="Birthday Celebration" value="birthday-celebration">Birthday Celebration</option> </field> <field type="header" subtype="h2" label="Lead Traveler (Please make sure names match government issued ID)"/> <field type="text" label="Prefix" name="prefix" subtype="text" className="form-control"/> <field type="text" required="true" label="First name" name="first-name" subtype="text" className="form-control"/> <field type="text" label="Middle name" name="middle-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" label="Suffix" name="suffix" subtype="text" className="form-control"/> <field type="text" label="Preferred name" name="preferred-name" subtype="text" className="form-control"/> <field type="radio-group" required="true" label="Gender" name="gender"> <option label="F" value="female">F</option> <option label="M" value="male">M</option> <option label="X" value="other">X</option> </field> <field type="header" subtype="h2" label="Address"/> <field type="text" required="true" label="Line 1" name="address-line-1" subtype="text" className="form-control"/> <field type="text" label="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" name="address-zip" subtype="text" className="form-control"/> <field type="text" required="true" label="Country" name="address-country" 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="header" subtype="h2" label="Important Dates"/> <field type="date" required="true" label="Birthday" name="birthday" className="form-control"/> <field type="date" label="Wedding anniversary" name="wedding-anniversary" className="form-control"/> <field type="clientLoyaltyPrograms" label="Loyalty Programs" description="Please add if you are a Castaway Club Member" name="loyalty-program" loyalty-program-note="*** This field allows your client to enter multiple loyalty program numbers (you only need one of these per form template) ***" className="form-control"/> <field type="header" subtype="h2" label="Traveler Information"/> <field type="text" label="Traveler 2: First and Last Name" name="traveler-2-name" subtype="text" className="form-control"/> <field type="text" label="Traveler 2 Birthdate" placeholder="(MM/DD/YYYY)" name="traveler-2-birthdate" subtype="text" className="form-control"/> <field type="radio-group" label="Traveler 2 Gender" name="traveler-2-gender"> <option label="F" value="f">F</option> <option label="M" value="m">M</option> <option label="X" value="x">X</option> </field> <field type="text" label="Traveler 3: First &amp; Last Name" name="traveler-3-name" subtype="text" className="form-control"/> <field type="text" label="Traveler 3 Birthdate" placeholder="(MM/DD/YYYY)" name="traveler-3-birthdate" subtype="text" className="form-control"/> <field type="radio-group" label="Traveler 3 Gender" name="traveler-3-gender"> <option label="F" value="f">F</option> <option label="M" value="m">M</option> <option label="X" value="x">X</option> </field> <field type="text" label="Traveler 4: First &amp; Last Name" name="traveler-4-name" subtype="text" className="form-control"/> <field type="text" label="Traveler 4 Birthdate" placeholder="(MM/DD/YYYY)" name="traveler-4-birthdate" subtype="text" className="form-control"/> <field type="radio-group" label="Traveler 4 Gender" name="traveler-4-gender"> <option label="F" value="f">F</option> <option label="M" value="m">M</option> <option label="X" value="x">X</option> </field> <field type="text" required="true" label="Total Number of Travelers" name="total-number-of-travelers" subtype="text" className="form-control"/> <field type="textarea" label="Names, birthdates, and gender of travelers that don't fit above." name="names-birthdates-and-gender-of-travelers-that-dont-fit-above" className="form-control"/> <field type="text" required="true" label="If children are traveling, please list all ages at time of travel." name="if-children-are-traveling-please-list-all-ages-at-time-of-travel" subtype="text" className="form-control"/> <field type="radio-group" required="true" label="All travelers share the same address:" name="all-travelers-share-the-same-address"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> </field> <field type="text" label="Do you have a Disney+ account? Disney will sometimes offer promtions for Disney+ subscribers! Please list the email associated with the account." name="do-you-have-a-disney-account-disney-will-sometimes-offer-promtions-for-disney-subscribers-please-list-the-email-associated-with-the-account" subtype="text" className="form-control"/> <field type="textarea" required="true" label="Have you or anyone in your party been to Walt Disney World before? If so, when?" name="have-you-or-anyone-in-your-party-been-on-a-disney-cruise-before-if-so-when" className="form-control"/> <field type="textarea" required="true" label="Have you or anyone on your party been to another Disney park before? If so, which one and when?" name="have-you-or-anyone-on-your-party-sailed-with-a-different-cruise-line-if-so-which-one-and-when" className="form-control"/> <field type="textarea" required="true" label="What are some of your traveling party's favorite Disney characters or movies? (Please include traveler's names)" name="what-are-some-of-your-traveling-partys-favorite-disney-characters-or-movies-please-include-travelers-names" className="form-control"/> <field type="header" subtype="h2" label="Resort Preferences"/> <field type="text" required="true" label="Would you like to stay in one room together, or would multiple rooms work better for your group?" name="would-you-like-to-stay-in-one-stateroom-together-or-would-multiple-staterooms-work-better-for-your-group" subtype="text" className="form-control"/> <field type="text" required="true" label="How many nights would you like to stay in a Walt Disney World Resort?&nbsp;" name="when-are-you-hoping-to-set-sail-its-okay-if-you-dont-know-yet-simply-input-not-sure" subtype="text" className="form-control"/> <field type="text" required="true" label="What is the date you would like to arrive at Walt Disney World Resort?" name="do-you-have-specific-dates-in-mind-or-are-you-flexible" subtype="text" className="form-control"/> <field type="text" required="true" label="What is the date you would like to depart from Walt Disney World Resort?" name="text-1758108272532" subtype="text" className="form-control"/> <field type="text" required="true" label="Do you have a preferred Disney World Resort Hotel?" name="do-you-have-a-preferred-disney-ship" subtype="text" className="form-control"/> <field type="checkbox-group" required="true" label="Walt Disney World Hotels fall into four main categories. Which would you be interested in? (please select all that apply):" name="preferred-destination-please-select-all-that-apply"> <option label="Deluxe Resorts (closest proximity to the parks, the best pools with water slide, extra magic hours, club level rooms available)" value="deluxe-resorts-closest-proximity-to-the-parks-the-best-pools-with-water-slide-extra-magic-hours-club-level-rooms-available">Deluxe Resorts (closest proximity to the parks, the best pools with water slide, extra magic hours, club level rooms available)</option> <option label="Moderate Resorts (enhanced amenities and themed pools)" value="moderate-resorts-enhanced-amenities-and-themed-pools">Moderate Resorts (enhanced amenities and themed pools)</option> <option label="Value Resorts (fun and affordable with basic amenities)" value="value-resorts-fun-and-affordable-with-basic-amenities">Value Resorts (fun and affordable with basic amenities)</option> <option label="DVC (Disney Vacation Club) Resorts (Studio, 1, 2, and 3 bedroom suites available)" value="dvc-disney-vacation-club-resorts-studio-1-2-and-3-bedroom-suites-available">DVC (Disney Vacation Club) Resorts (Studio, 1, 2, and 3 bedroom suites available)</option> </field> <field type="checkbox-group" required="true" label="What is most important to you in choosing a Disney Resort Hotel? (please select top 3)" name="which-departure-ports-are-you-open-to-sailing-from-please-select-all-that-apply" other="true"> <option label=" Proximity to parks" value="-proximity-to-parks"> Proximity to parks</option> <option label=" Amenities (Pools)" value="-amenities-pools"> Amenities (Pools)</option> <option label="Decor/Theming" value="decortheming">Decor/Theming</option> <option label="Price" value="price">Price</option> <option label="Type of transportation to parks (water taxi, bus, within walking distance)" value="type-of-transportation-to-parks-water-taxi-bus-within-walking-distance">Type of transportation to parks (water taxi, bus, within walking distance)</option> </field> <field type="radio-group" label="I/We expect luxury accommodations and great services such as concierge, butler services, spa services." name="iwe-expect-luxury-accommodations-and-great-services-such-as-concierge-butler-services-spa-services"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> </field> <field type="textarea" label="Please add any other room comments you may have:" name="please-add-any-other-room-comments-you-may-have" className="form-control"/> <field type="header" subtype="h2" label="Tickets &amp; Parks"/> <field type="text" required="true" label="How many days would you like to visit the parks?" name="how-many-days-would-you-like-to-visit-the-parks" subtype="text" className="form-control"/> <field type="radio-group" required="true" label="Would you like to visit:" name="would-you-like-to-visit"> <option label="One Park Per Day (Base Ticket)" value="one-park-per-day-base-ticket">One Park Per Day (Base Ticket)</option> <option label="Multiple Parks Per Day (Park Hopper Ticket)" value="multiple-parks-per-day-park-hopper-ticket">Multiple Parks Per Day (Park Hopper Ticket)</option> <option label=" I'm not sure, I'd like to discuss" value="-im-not-sure-id-like-to-discuss"> I'm not sure, I'd like to discuss</option> </field> <field type="checkbox-group" required="true" label="Choose the Disney parks you are interested in visiting: (please select all that apply)" name="do-you-have-a-stateroom-category-in-mind-please-select-all-that-apply"> <option label="Magic Kingdom" value="magic-kingdom">Magic Kingdom</option> <option label="Epcot" value="epcot">Epcot</option> <option label="Hollywood Studios" value="hollywood-studios">Hollywood Studios</option> <option label="Animal Kingdom" value="animal-kingdom">Animal Kingdom</option> <option label="Typhoon Lagoon (waterpark)" value="typhoon-lagoon-waterpark">Typhoon Lagoon (waterpark)</option> <option label="Blizzard Beach (waterpark)" value="blizzard-beach-waterpark">Blizzard Beach (waterpark)</option> <option label="I'm not sure, I would like to discuss" value="im-not-sure-i-would-like-to-discuss">I'm not sure, I would like to discuss</option> </field> <field type="textarea" required="true" label="Are there specific parks or attractions you’re most excited about?" name="please-add-any-other-stateroom-comments-you-may-have" className="form-control"/> <field type="checkbox-group" required="true" label="Would you be interested in visiting any of the other parks in the Orlando area?" name="would-you-be-interested-in-visiting-any-of-the-other-parks-in-the-orlando-area" other="true"> <option label="Universal Orlando (Harry Potter, Super Nintendo World, The Simpsons)" value="universal-orlando-harry-potter-super-nintendo-world-the-simpsons">Universal Orlando (Harry Potter, Super Nintendo World, The Simpsons)</option> <option label="SeaWorld" value="seaworld">SeaWorld</option> <option label="None" value="none">None</option> </field> <field type="header" subtype="h2" label="Dining&nbsp;"/> <field type="text" required="true" label="Please add any food allergies or dietary restrictions in your traveling party of which I should be aware?" name="meal-preference" subtype="text" className="form-control"/> <field type="checkbox-group" label="Would you be interested in adding a Disney Dining Package to your reservation?&nbsp; Note: I do not recommend including it as it doesn't necessarily save you money and many people find it hard to keep track of while on vacation." name="would-you-be-interested-in-adding-a-disney-dining-package-to-your-reservation-note-i-do-not-recommend-including-it-as-it-doesnt-necessarily-save-you-money-and-many-people-find-it-hard-to-keep-track-of-while-on-vacation"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> <option label="I'm not sure / I would like more information" value="im-not-sure-i-would-like-more-information">I'm not sure / I would like more information</option> </field> <field type="header" subtype="h2" label="Travel Style &amp; Logistics"/> <field type="radio-group" required="true" label="How do you think your family will want to vacation on this trip?" name="how-do-you-think-your-family-will-want-to-vacation-on-this-trip" other="true"> <option label="Go! Go! Go! We want to see and do everything the parks have to offer!" value="go-go-go-we-want-to-see-and-do-everything-the-parks-have-to-offer">Go! Go! Go! We want to see and do everything the parks have to offer!</option> <option label="We want to see everything, but a break in the middle of the day is needed." value="we-want-to-see-everything-but-a-break-in-the-middle-of-the-day-is-needed">We want to see everything, but a break in the middle of the day is needed.</option> <option label="We like to sleep in and do a lot of pool time. The parks are secondary." value="we-like-to-sleep-in-and-do-a-lot-of-pool-time-the-parks-are-secondary">We like to sleep in and do a lot of pool time. The parks are secondary.</option> </field> <field type="radio-group" required="true" label="Do you plan on flying or driving to Orlando, FL?" name="do-you-plan-on-flying-to-your-cruise"> <option label="Flying" value="flying">Flying</option> <option label="Driving" value="driving">Driving</option> <option label="Not sure yet" value="not-sure-yet">Not sure yet</option> </field> <field type="textarea" required="true" label="Please add any physical limitations and/or assistance requests of which I should be aware." name="please-add-any-physical-limitations-andor-assistance-requests-of-which-i-should-be-aware" className="form-control"/> <field type="select" required="true" label="Will you need a stroller or an EVC scooter rental for your stay?" name="will-you-need-a-stroller-or-an-evc-scooter-rental-for-your-stay" className="form-control"> <option label="EVC scooter rental" value="evc-scooter-rental">EVC scooter rental</option> <option label="Stroller rental" value="stroller-rental">Stroller rental</option> <option label="Both" value="both">Both</option> <option label="Neither" value="neither">Neither</option> </field> <field type="textarea" required="true" label="What do you love most about vacations—food, shows, adventure, relaxation, family time?" name="what-do-you-love-most-about-vacationsfood-shows-adventure-relaxation-family-time" className="form-control"/> <field type="textarea" required="true" label="Is there anything you DO NOT enjoy about traveling that I should keep in mind when planning?" name="is-there-anything-you-do-not-enjoy-about-traveling-that-i-should-keep-in-mind-when-planning" className="form-control"/> <field type="text" label="Do you have a budget range (including hotel &amp; tickets) in mind that you'd like me to keep your quote within?" name="do-you-have-a-budget-range-including-hotel-tickets-in-mind-that-youd-like-me-to-keep-your-quote-within" subtype="text" className="form-control"/> <field type="textarea" required="true" label="Please add any comments you feel are important for planning this particular trip." name="please-add-any-comments-you-feel-are-important-for-planning-this-particular-trip" className="form-control"/> <field type="checkbox-group" label="Vibe preferences during past vacations:" name="vibe-preference"> <option label="Romantic" value="romantic">Romantic</option> <option label="Rest and relaxation" value="rest-and-relaxation">Rest and relaxation</option> <option label="Off the beaten path" value="off-the-beaten-path">Off the beaten path</option> <option label="Party" value="party">Party</option> <option label="Local culture" value="local-culture">Local culture</option> <option label="Family friendly" value="family-friendly">Family friendly</option> <option label="Food and wine" value="food-wine">Food and wine</option> <option label="Multi-generational" value="multi-generational">Multi-generational</option> <option label="Adventure" value="adventure">Adventure</option> <option label="LGBTQ" value="lgbtq">LGBTQ</option> </field> <field type="checkbox-group" label="Activity preferences during past vacations:" name="activity-preferences"> <option label="Beach and water" value="beach-water">Beach and water</option> <option label="Gambling" value="gambling">Gambling</option> <option label="Scuba" value="scuba">Scuba</option> <option label="Adventure activities" value="adventure">Adventure activities</option> <option label="Golf" value="golf">Golf</option> <option label="Nightlife" value="nightlife">Nightlife</option> <option label="Arts and theatre" value="art-theatre">Arts and theatre</option> </field> </fields> </form-template> </body> </html>
Submit form
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.