www.my-expert.digital Open in urlscan Pro
2a02:4780:84:67bf:3a98:1eef:c4ce:fa85  Public Scan

URL: https://www.my-expert.digital/
Submission: On August 03 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: flight_search_formPOST

<form method="post" name="flight_search_form" id="flight_search_form">
  <div class="form-group trip-type-controls">
    <label class="radio-inline one">
      <input type="radio" name="tripType" id="flight_search_round_trip" value="ROUND_TRIP" checked="checked"> Round Trip </label>
    <label class="radio-inline two">
      <input type="radio" name="tripType" id="flight_search_one_way" value="ONE_WAY">One Way </label>
  </div>
  <div class="row" id="div_flight_search_round_trip">
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <label>From</label>
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-plane"></i></span>
          <input type="text" class="form-control ui-autocomplete-input" name="flight_search_from" id="flight_search_from" placeholder="Leaving From" required="" autocomplete="off">
          <input type="hidden" name="flight_search_from_iata" id="flight_search_from_iata" value="">
        </div>
      </div>
    </div>
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <label>To</label>
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-plane"></i></span>
          <input type="text" class="form-control ui-autocomplete-input" name="flight_search_to" id="flight_search_to" placeholder="Going To" required="" autocomplete="off">
          <input type="hidden" name="flight_search_to_iata" id="flight_search_to_iata" value="">
        </div>
      </div>
    </div>
  </div>
  <div class="row" id="div_flight_search_round_trip">
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <label>Departure Date</label>
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-calendar"></i></span>
          <input type="date" name="flight_search_round_trip_departure_date" class="form-control hasDatepicker" id="flight_search_round_trip_departure_date" placeholder="" value="2020-02-11">
        </div>
      </div>
    </div>
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <label>Return Date</label>
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-calendar"></i></span>
          <input type="date" name="flight_search_round_trip_return_date" class="form-control hasDatepicker" id="flight_search_round_trip_return_date" placeholder="" value="2020-02-12">
        </div>
      </div>
    </div>
  </div>
  <div class="row" id="div_flight_search_one_way" style="display: none;">
    <div class="col-md-6">
      <div class="form-group">
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-calendar"></i></span>
          <input type="text" class="form-control hasDatepicker" name="flight_search_one_way_departure_date" id="flight_search_one_way_departure_date" placeholder="" value="2020-02-11">
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="row">
        <div class="col-md-5 col-xs-6">
          <div class="form-group">
            <label>Adults</label>
            <select class="form-control" name="flight_search_adult_count" id="flight_search_adult_count">
              <option>1</option>
              <option>2</option>
              <option>3</option>
              <option>4</option>
              <option>5</option>
              <option>6</option>
              <option>7</option>
              <option>8</option>
              <option>9</option>
            </select>
          </div>
        </div>
        <div class="col-md-7 col-xs-6">
          <div class="form-group">
            <label>Child(2-11)</label>
            <select class="form-control" name="flight_search_children_count" id="flight_search_children_count">
              <option>0</option>
              <option>1</option>
              <option>2</option>
              <option>3</option>
              <option>4</option>
              <option>5</option>
              <option>6</option>
              <option>7</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label>Class</label>
        <select class="form-control" name="flight_search_class" id="flight_search_class">
          <option value="ECONOMY">Economy</option>
          <option value="PREMIUM_ECONOMY">Premium Economy</option>
          <option value="BUSINESS">Business</option>
          <option value="FIRST">First</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-user"></i></span>
          <input type="text" class="form-control" name="flight_search_name" id="flight_search_name" placeholder="Full Name" required="">
        </div>
      </div>
    </div>
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-phone"></i></span>
          <input type="number" class="form-control" name="flight_search_phone" id="flight_search_phone" placeholder="Mobile Number" required="">
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <div class="input-group">
          <span class="input-group-addon"><i class="fa fa-envelope"></i></span>
          <input type="email" class="form-control" name="flight_search_email" id="flight_search_email" placeholder="Email Address" required="">
        </div>
      </div>
    </div>
    <div class="col-md-6 col-xs-6">
      <div class="form-group">
        <div class="col-md-10 col-xs-12">
          <button type="submit" name="flight_search_submit" id="flight_search_submit" class="btn btn-warning flights btn-block"> <i class="fa fa-plane"></i> Search Flights</button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Round Trip One Way
From

To

Departure Date

Return Date


Adults 1 2 3 4 5 6 7 8 9
Child(2-11) 0 1 2 3 4 5 6 7
Class Economy Premium Economy Business First

Search Flights


UPTO 37% OFF*


BOOK, CHANGE OR CANCEL RESERVATIONS




TO BOOK A NEW FLIGHT OR MAKE CHANGES TO YOUR CURRENT RESERVATION CALL


5 customer service tips from LiveChat



EXCLUSIVE FLIGHT DEALS

EXCELLENT CUSTOMER SERVICE

SECURE BOOKING PROCESS


BOOKING WITH MY-EXPRETDIGITAL HAS ITS BENEFITS

my-expretdigital.com is a travel consolidator and does not guarantee the
accuracy of any content, information, product, or service that has been
published on its website.

Unpublished Deals

We Shop Price For You

Get Help Over The Phone






GROUP BOOKING

On a variety of routes throughout Canada and the USA, group bookings are
offered. We can guarantee you the cheapest group booking flight prices because
of our partnerships with all airlines that fly between the USA and Canada. You
may plan, book, and cancel your travel with my-expret digital with the
convenience of paying less for your flights. We provide the most affordable
flights with the fewest hassles or delays. What to expect while making a
reservation with us?

The most thorough investigation of prices on various airlines and routes.

Planned, booked, and ticket purchasing is convenient.

Transparency in all areas, including communication and payment

Observance of the law to ensure that our clients' experiences are positive

Get care for you and your group from Trip Experts 24 hours a day, seven days a
week.

Enjoy group reservations with simple and adaptable payment methods.

Get group tours that are simple to pick up and drop off.






HOW TO CANCEL YOUR FLIGHT

If your travel plans change, find options to cancel your ticket prior to
departure, or apply for a refund if your ticket is refundable.Main Cabin tickets
and higher that are canceled prior to departure will retain the value of the
ticket. Review your Basic Economy ticket to see if you are eligible to cancel
your ticket prior to departure and receive an eCredit.

If you purchased a non-refundable ticket, in some cases, a cancellation charge
will be deducted. Any remaining value will be provided as an eCredit that can be
used towards the purchase of another ticket.If your plans change and you booked
a refundable ticket, you can apply for a refund. Please be sure to change or
cancel your flight prior to departure.






BOOK FLIGHTS

Travelers are introduced to the best online flight booking experience through
my-expret digitals. Through our numerous channels, thousands of travelers and
business people each day purchase domestic and international flight tickets.
Traveling is more enjoyable than ever thanks to fantastic flight deals and a
simple online booking process.

my-expret digital is one of a kind traveling agency that you have been looking
for booking cheap flight tickets. You can avail best of deals in booking
flights. We don't take extra charges or any other hidden costs while booking
your tickets. For a good experience of traveling without any hassle, you can
surely choose to my-expret digital.

my-expret digital offers the following aids for booking the tickets.

•Lowest Fair Rate



•100+ Airline Options



•No Hidden and Extra Charges



•Compare prices of different Airlines



•24×7 Assistance on booking, canceling, and last-minute flight deals.






HOW TO CHANGE FLIGHT DATE

We know that plans can change,We help you change your reservation or cancel it
and get your money back.Change or cancel your flight on airlines website by
calling or let us help you with it.Basic Economy tickets are not eligible to
confirm changes on different flights, but you may stand by for other flights
within 24 hours of your original departure time.If you’re a premium customer,
you may be able to confirm a seat on another flight within 24 hours of your
originally scheduled departure time. A fare difference may apply even if the
same original fare class is available. And don’t forget — you can always stand
by for free.If you need to change a ticket that Airline didn’t issue, such as a
ticket you purchased through a hotel or vacation package, additional fees may
apply.Complete it within 24 hours.

60 days in advance is sufficient.

Purchase a flexible fare or choose the add-on.

If at all possible, switch to a flight that day.

Check for any changes to the schedule.

Plead your matter.






LAST MINUTE FLIGHTS

Are you looking for last-minute flights but need to fly soon? Whether you are
going for business or pleasure, Look at my travel has come with affordable
last-minute flights to top domestic and international destinations. Plan your
holiday travels, weekend getaways, or winter vacations by taking advantage of
these last-minute travel offers. There are several discounts to pick from at
my-expret digital.

Regarding last-minute flights, different airlines have different policies.
Typically, you can book a flight up to two hours before the flight's scheduled
departure time. You may search through last-minute prices on several airlines at
my-expret digital to find the cheapest last-minute travel offers. Also, get the
following advantages in booking last-minute flights.

Usage of your Airline Miles

Picking Red Eye Flights - (Cheap Deal)

Be adaptable

Receive Alerts

Select a Cheaper Carrier






CANCEL A NON REFUNDABLE FLIGHT

If you purchased a nonrefundable ticket, sometimes that means you're totally out
the money, and sometimes that means you can still use some of the value of the
ticket for a future flight. In those cases, generally a cancellation fee will be
deducted from the original cost of your flight and then any remaining value is
provided as a credit/voucher that can be used towards the purchase of another
ticket.

Exactly how much value you’ll retain depends on the fees, and those vary by
airline. As soon as you know you won’t make your flight, call the us immediately
and talk to the customer service. If you’re lucky, you’ll catch a representative
having a great day who is super willing to help you out. Be polite, courteous,
and gracious—a pleasant attitude can go a long way.

First, ask for a refund. Explain your circumstances, or look for a loophole.If
that doesn’t work, your best bet is to ask for a voucher or a flight change.
Sometimes an airline will give you a voucher that you can use within a year.






CHECK YOUR REFUND STATUS

If you’ve already submitted a refund request for an upcoming trip, you may check
to see the status of your refund request on airlines website.






NO SHOW POLICY

Plans change. If they do, please cancel or make changes before your flight
departs to maintain the value of your ticket. Customers who do not show up for a
flight without changing or canceling their reservation prior to departure lose
the value of their ticket.


ABOUT TRAVEL

my-expretdigital is initiated with a motive to provide excellent services to B2C
in the travel trade. We deal in fields of FLIGHT BOOKING, HOTEL BOOKING & TRAVEL
INSURANCE. By serving our customers the best offers, we focus on delivering the
best we have.


QUICK LINKS

 * Contact Us
 * Last Minute Flights
 * Booking


LEGAL/PRIVACY

 * Terms & Conditions
   
 * Cancellation Policy
   
 * Disclaimer


MY-EXPRET DIGITAL