booking.gptransfer.at Open in urlscan Pro
152.53.32.180  Public Scan

URL: https://booking.gptransfer.at/
Submission: On May 23 via api from US — Scanned from AT

Form analysis 1 forms found in the DOM

POST https://booking.gptransfer.at/transfer-book

<form action="https://booking.gptransfer.at/transfer-book" class="row" method="POST">
  <input type="hidden" name="_token" value="Yu04gsS8OhFfIOQ47u5r7b6tCDo5SUe9QRONRbXp">
  <div class="inputbox col-6">
    <select type="select" name="salutation" id="salutation" class="form-select" placeholder="" value="" required="">
      <option value="" id="" disabled="" hidden="" selected=""></option>
      <option value="Frau" id="Frau">Frau</option>
      <option value="Herr" id="Herr">Herr</option>
    </select>
    <label for="salutation" class="form-label">Anrede*</label>
  </div>
  <div class="inputbox col-6">
    <input type="text" name="company_name" id="company_name" class="form-control" placeholder="(optional)" value="">
    <label for="company_name" class="form-label">Firma</label>
  </div>
  <div class="inputbox col-6">
    <input type="text" name="firstname" id="firstname" class="form-control" value="" required="">
    <label for="firstname" class="form-label">Vorname*</label>
  </div>
  <div class="inputbox col-6">
    <input type="text" name="lastname" id="lastname" class="form-control" value="" required="">
    <label for="lastname" class="form-label">Nachname*</label>
  </div>
  <div class="inputbox col-lg-6">
    <input type="text" name="email" id="email" class="form-control" value="" required="">
    <label for="email" class="form-label">Email*</label>
  </div>
  <div class="inputbox col-lg-6">
    <input type="text" name="phone" id="phone" class="form-control" value="" required="">
    <label for="phone" class="form-label">Telefon*</label>
  </div>
  <div class="inputbox col-lg-6">
    <select type="select" name="service" id="service" class="form-select" placeholder="Wähle Transferservice" value="" required="">
      <option value="" id="" disabled="" hidden="" selected=""></option>
      <option value="Taxiservice" id="Taxiservice">Taxiservice </option>
      <option value="AirportPickup" id="AirportPickup">Transfer vom Flughafen</option>
      <option value="AirportDropoff" id="AirportDropoff">Transfer zum Flughafen</option>
      <option value="Courierservice" id="Courierservice"> Botendienst</option>
    </select>
    <label for="service" class="form-label">Wähle Service*</label>
  </div>
  <div class="inputbox col-lg-6">
    <select type="select" name="vehicle" id="vehicle" class="form-select" placeholder="Wähle Fahrt-Richtung" value="" required="">
      <option value="" id="" selected="">Wähle Klasse*</option>
      <option value="Business" id="Business">Business Class </option>
      <option value="First" id="First">First Class</option>
      <option value="Van" id="Van">Van Class</option>
    </select>
  </div>
  <div class="inputbox col-lg-6">
    <select type="select" name="direction" id="direction" class="form-select" placeholder="Wähle Fahrt-Richtung" value="" required="">
      <option value="" id="" selected="">Wähle Richtung*</option>
      <option value="Hinfahrt" id="Hinfahrt">Hinfahrt</option>
      <option value="Hin-/Rückfahrt" id="Hin-/Rückfahrt"> Hin-/Rückfahrt</option>
    </select>
  </div>
  <div class="inputbox col-6">
    <input type="datetime-local" name="date_time1" id="date_time1" class="form-control" placeholder="" value="">
    <label for="date_time1" class="form-label">Termin Hinfahrt*</label>
  </div>
  <div class="inputbox date_time2 col-6 hidden">
    <input type="datetime-local" name="date_time2" id="date_time2" class="form-control" placeholder="" value="">
    <label for="date_time2" class="form-label">Termin Rückfahrt*</label>
  </div>
  <div class="row details">
    <div class="inputbox col-md-3 col-6">
      <input type="number" name="guests" id="guests" class="form-control" placeholder="0" value="">
      <label for="guests" class="form-label">Personen*</label>
    </div>
    <div class="inputbox col-md-3 col-6">
      <input type="number" name="baggage" id="baggage" class="form-control" placeholder="0" value="">
      <label for="baggage" class="form-label">Koffer</label>
    </div>
    <div class="inputbox flight1 col-md-3 col-6 hidden">
      <input type="text" name="flight1" id="flight1" class="form-control" placeholder="z.B. OS123" value="">
      <label for="flight1" class="form-label">Hinflug*</label>
    </div>
    <div class="inputbox flight2 col-md-3 col-6 hidden">
      <input type="text" name="flight2" id="flight2" class="form-control" placeholder="z.B. OS123" value="">
      <label for="flight2" class="form-label">Rückflug*</label>
    </div>
  </div>
  <div class="inputbox cargo col-12 hidden">
    <input type="text" name="cargo" id="cargo" class="form-control" value="">
    <label for="cargo" class="form-label">Was wird transportiert?*</label>
  </div>
  <div class="row start hidden">
    <p class="adress-head">Start-Adresse*</p>
    <div class="inputbox col-12">
      <input type="text" name="start_street" id="start_street" class="form-control" value="">
      <label for="start_street" class="form-label">Straße</label>
    </div>
    <div class="inputbox col-4">
      <input type="text" name="start_pc" id="start_pc" class="form-control" value="">
      <label for="start_pc" class="form-label">PLZ</label>
    </div>
    <div class="inputbox col-8">
      <input type="text" name="start_city" id="start_city" class="form-control" value="">
      <label for="start_city" class="form-label">Ort</label>
    </div>
  </div>
  <div class="row goal hidden">
    <p class="adress-head">Ziel-Adresse*</p>
    <div class="inputbox col-12">
      <input type="text" name="goal_street" id="goal_street" class="form-control" value="">
      <label for="goal_street" class="form-label">Straße</label>
    </div>
    <div class="inputbox col-4">
      <input type="text" name="goal_pc" id="goal_pc" class="form-control" value="">
      <label for="goal_pc" class="form-label">PLZ</label>
    </div>
    <div class="inputbox col-8">
      <input type="text" name="goal_city" id="goal_city" class="form-control" value="">
      <label for="goal_city" class="form-label">Ort</label>
    </div>
  </div>
  <div class="col-12 pb-3">
    <textarea name="note" id="note" class="form-control" rows="3" cols="100" placeholder="Anmerkungen"></textarea>
  </div>
  <div class="row pb-3">
    <div class="col-1">
      <input class="form-check-input" type="checkbox" value="" id="terms" required="">
    </div>
    <div class="col-11">
      <label class="form-check-label" for="terms"> Ich habe die <a href="https://gptransfer.at/preise/">Preisinformationen</a>, <a href="https://gptransfer.at/agb/">AGBs</a> und
        <a href="https://gptransfer.at/infos/">weitere wichtige Informationen</a> gelesen und bin mit diesen einverstanden. </label>
    </div>
  </div>
  <div class="row pb-3">
    <div class="col-1">
      <input class="form-check-input" type="checkbox" value="" id="dsgvo" required="">
    </div>
    <div class="col-11">
      <label class="form-check-label" for="dsgvo"> Ja, ich bin damit einverstanden, dass meine Daten zum Zweck der Auftragsausführung gespeichert werden.* </label>
    </div>
  </div>
  <div class="col-12 btn-col pb-3">
    <button type="submit" id="book" class="btn btn-confirm" value="">Buchen</button>
  </div>
</form>

Text Content

 * Home
 * Buchen
 * Unser Service
   * Flughafentransfer
   * B2B-Transferservice
   * DACH+ Transfer
   
 * Kontakt

Login


BUCHEN SIE IHRE FAHRT.

Wir sorgen uns um alles weitere.

Frau Herr Anrede*
Firma
Vorname*
Nachname*
Email*
Telefon*
Taxiservice Transfer vom Flughafen Transfer zum Flughafen Botendienst Wähle
Service*
Wähle Klasse* Business Class First Class Van Class
Wähle Richtung* Hinfahrt Hin-/Rückfahrt
Termin Hinfahrt*
Termin Rückfahrt*
Personen*
Koffer
Hinflug*
Rückflug*
Was wird transportiert?*

Start-Adresse*

Straße
PLZ
Ort

Ziel-Adresse*

Straße
PLZ
Ort

Ich habe die Preisinformationen, AGBs und weitere wichtige Informationen gelesen
und bin mit diesen einverstanden.
Ja, ich bin damit einverstanden, dass meine Daten zum Zweck der
Auftragsausführung gespeichert werden.*
Buchen


ZAHLUNGS­MÖGLICHKEITEN.

Sie können mit folgenden Zahlungsmitteln bei uns zahlen:

Bargeld
Debit-/Kreditkarte (Visa, Mastercard, Amex & Maestro)
Exklusiv für unsere B2B-Kunden: Zahlung auf Rechnung

Informationen zu unseren Preisen können Sie hier finden.


WICHTIGE INFORMATIONEN.

Buchung mindestens 3 Stunden vor Fahrtantritt.
Für Abholzeiten zwischen 22:00 und 6:00 mindestens 8 Stunden vor Fahrtantritt
reservieren.
Inkludierte Wartezeit bei Flughafenabholung:
45 Minuten ab geplanter Ankunft; danach werden 6€ pro angefangene 15 Minuten
verrechnet.
Für kurzfristige Bestellungen können Sie uns unter +43 1 375 3375 erreichen.
Copyright © 2023 – 2024. Inhalte sind rechtlich geschützt. All rights reserved.
AGB Impressum Datenschutzerklärung