Share your information with
Jessi Diez
Travelmation
<html> <body> <form-template> <fields> <field type="header" subtype="h1" label="Let's plan your next trip!"/> <field type="header" subtype="h1" label="Please describe the vacation you would like to take in as much detail as possible!"/> <field type="paragraph" subtype="p" label="BRIDES/GROOMS: Please reach out to me via email for destination wedding inquiries at Jessidiez@travelmation.net"/> <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="text" label="Preferred name" placeholder="How would you like me to refer to you?" name="preferred-name" subtype="text" className="form-control"/> <field type="checkbox-group" required="true" label="Preferred method of contact" name="preferred-method-of-contact"> <option label="Call" value="call">Call</option> <option label="Text" value="text">Text</option> <option label="Email" value="email">Email</option> </field> <field type="checkbox-group" required="true" label="Best time of day to connect (select all that apply)" name="best-time-of-day-to-connect-select-all-that-apply"> <option label="Mon-Fri" value="monfri">Mon-Fri</option> <option label="Weekends " value="weekends-">Weekends </option> <option label="Mornings" value="mornings">Mornings</option> <option label="Afternoons" value="afternoons">Afternoons</option> <option label="Evenings" value="evenings">Evenings</option> </field> <field type="text" required="true" label="Where would you like to go?" placeholder="If you're not sure just give me a few destinations you're considering." name="destination" subtype="text" className="form-control"/> <field type="textarea" required="true" label="When would you like to travel?" placeholder="If you don't have specific dates in mind please give me a date range or general time frame with the number of nights you'd like to travel for." name="when-would-you-like-to-travel" className="form-control"/> <field type="checkbox-group" required="true" label="Are your dates flexible?" name="dates-flexible"> <option label="Yes" value="yes">Yes</option> <option label="No" value="no">No</option> </field> <field type="checkbox-group" required="true" label="Where are you in your planning process?" name="where-are-you-in-your-planning-process"> <option label="I’m ready to book and would like help securing the right hotel, flights, or cruise." value="im-ready-to-book-and-would-like-help-securing-the-right-hotel-flights-or-cruise">I’m ready to book and would like help securing the right hotel, flights, or cruise.</option> <option label="I have a few ideas but would love help narrowing down the best option." value="i-have-a-few-ideas-but-would-love-help-narrowing-down-the-best-option">I have a few ideas but would love help narrowing down the best option.</option> <option label="I’m still exploring destinations and would like help planning the trip." value="im-still-exploring-destinations-and-would-like-help-planning-the-trip">I’m still exploring destinations and would like help planning the trip.</option> </field> <field type="checkbox-group" required="true" label="How soon are you hoping to move forward with booking?" name="how-many-nights-would-you-like-to-book"> <option label="Ready to book as soon as we find the right option" value="ready-to-book-as-soon-as-we-find-the-right-option">Ready to book as soon as we find the right option</option> <option label="Within the next 1–2 weeks" value="within-the-next-12-weeks">Within the next 1–2 weeks</option> <option label="In a few months" value="in-a-few-months">In a few months</option> <option label="Just considering options" value="just-considering-options">Just considering options</option> </field> <field type="text" required="true" label="What is your departure city/airport?" description="Where will you be flying from?" placeholder="Please list in order of convenience if more than one airport is feasible" name="departure-city" subtype="text" className="form-control"/> <field type="checkbox-group" required="true" label="If possible, do you want flights packaged with your trip?" name="if-possible-do-you-want-flights-packaged-with-your-trip"> <option label="Yes!" value="yes">Yes!</option> <option label="No, I'd like to book those independently " value="no-id-like-to-book-those-independently-">No, I'd like to book those independently </option> </field> <field type="text" required="true" label="How many travelers?&nbsp;" name="number-of-travelers" subtype="text" className="form-control"/> <field type="textarea" required="true" label="For all travelers please list full names, birthdate, and gender exactly as it appears on each individuals passport" placeholder="Ex.) Jane Marie Doe DOB: 05/16/1990 Female ; John Mark Doe DOB: 02/25/1989, Male" name="for-all-travelers-please-list-full-names-birthdate-and-gender-exactly-as-it-appears-on-each-individuals-passport" className="form-control"/> <field type="checkbox-group" required="true" label="What type of trip are you interested in booking or open to consider?" description="Please check all boxes that apply" name="what-type-of-trip-are-you-interested-in-booking-or-open-to-consider" other="true"> <option label="Domestic US Travel" value="domestic-us-travel">Domestic US Travel</option> <option label="Europe" value="europe">Europe</option> <option label="Adult Only- All Inclusive (Caribbean or Mexico)" value="adult-only-all-inclusive-caribbean-or-mexico">Adult Only- All Inclusive (Caribbean or Mexico)</option> <option label="Family Friendly- All Inclusive (Caribbean or Mexico)" value="family-friendly-all-inclusive-caribbean-or-mexico">Family Friendly- All Inclusive (Caribbean or Mexico)</option> <option label="Group/Corporate Travel" value="groupcorporate-travel">Group/Corporate Travel</option> <option label="Cruise" value="cruise">Cruise</option> </field> <field type="radio-group" required="true" label="What is your budget for all travelers?" description="This just gives me a general starting point and can always be changed later." name="budget"> <option label="$1,500 to $3,500" value="1500-to-3500">$1,500 to $3,500</option> <option label="$3,500 to $6,000" value="3500-to-6000">$3,500 to $6,000</option> <option label="$6,000 to $9,000" value="6000-to-9000">$6,000 to $9,000</option> <option label="$9,000 to $15,000" value="9000-to-15000">$9,000 to $15,000</option> <option label="$15,000 to $25,000" value="15000-to-25000">$15,000 to $25,000</option> <option label="$25,000+" value="25000">$25,000+</option> </field> <field type="radio-group" label="What best describes your hotel/room preference?" name="hotel-preference" other="true"> <option label="Economy" value="economy">Economy</option> <option label="Moderate" value="moderate">Moderate</option> <option label="Luxury" value="luxury">Luxury</option> <option label="Boutique" value="boutique">Boutique</option> </field> <field type="text" required="true" label="Have you already researched any specific resorts, hotel, or cruise line brands? Would you like more information on a specific brand?" name="must-dos" subtype="text" className="form-control"/> <field type="textarea" required="true" label="Any Food Allergies/Medical Conditions/Special Needs to be made aware of?&nbsp;" placeholder="Diabetes Autism Wheelchair Gluten-Free Etc." name="notes" className="form-control"/> <field type="textarea" required="true" label="Please give me a brief description of what your vacation desires and goals are:" placeholder="What do you want to see? What activities do you want to do? What's the vibe--fun relaxed romantic?" name="please-give-me-a-brief-description-of-what-your-vacation-desires-and-goals-are" className="form-control"/> <field type="textarea" label="Anything else you'd like me to know?" placeholder="Are you celebrating something special? Do you have a preference on room type/location? Do you have a more specific budget in mind?" name="anything-else-youd-like-me-to-know" className="form-control"/> <field type="checkbox-group" required="true" label="If traveling internationally, do you have a current passport? This means it will not expire within 6 months of your travel dates." name="if-looking-to-travel-internationally-do-you-have-a-current-passport-this-means-it-will-not-expire-within-6-months-of-your-travel-dates"> <option label="Yes, my passport is valid for 6mo beyond my travel dates" value="yes-my-passport-is-valid-for-6mo-beyond-my-travel-dates">Yes, my passport is valid for 6mo beyond my travel dates</option> <option label="No, but working on it!" value="no-but-working-on-it">No, but working on it!</option> </field> <field type="checkbox-group" required="true" label="Are you currently working with a Travel Agent or have you been in contact with another Agent?" name="are-you-currently-working-with-a-travel-agent-or-have-you-been-in-contact-with-another-agent"> <option label="I am not- you are the first I have contacted" value="i-am-not-you-are-the-first-i-have-contacted">I am not- you are the first I have contacted</option> <option label=" I am speaking with another travel advisor as well" value="-i-am-speaking-with-another-travel-advisor-as-well"> I am speaking with another travel advisor as well</option> <option label="I was working with another, but was not satisfied" value="i-was-working-with-another-but-was-not-satisfied">I was working with another, but was not satisfied</option> </field> <field type="checkbox-group" required="true" label="How did you hear about me?" name="how-did-you-hear-about-me" other="true"> <option label="Facebook" value="facebook">Facebook</option> <option label="Instagram" value="instagram">Instagram</option> <option label="Google" value="google">Google</option> <option label="Referred by a friend" value="referred-by-a-friend">Referred by a friend</option> </field> <field type="header" subtype="h1" label="To ensure I can dedicate the time and attention each trip deserves, some itineraries may require a professional planning fee depending on the level of research, customization, and trip complexity."/> <field type="paragraph" subtype="p" label="Planning fees vary based on factors such as destination(s), itinerary design, and group size. If a planning fee applies to your trip, it will always be discussed and agreed upon before moving forward — no surprises."/> <field type="checkbox-group" required="true" label="Are you open to a conversation about my planning services and any applicable planning fees?" name="checkbox-group-1768078871416"> <option label="Yes — I understand and value working with a professional travel advisor." value="yes-i-understand-and-value-working-with-a-professional-travel-advisor">Yes — I understand and value working with a professional travel advisor.</option> <option label="I’m open to it, but would like to talk through the details first." value="im-open-to-it-but-would-like-to-talk-through-the-details-first">I’m open to it, but would like to talk through the details first.</option> <option label="I’m unsure at this time and would like to learn more about your planning process." value="im-unsure-at-this-time-and-would-like-to-learn-more-about-your-planning-process">I’m unsure at this time and would like to learn more about your planning process.</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.