tidestaxis.co.uk
Open in
urlscan Pro
65.109.165.205
Public Scan
Submitted URL: http://tidestaxis.co.uk/
Effective URL: https://tidestaxis.co.uk/
Submission Tags: @phish_report
Submission: On September 12 via api from FI — Scanned from FI
Effective URL: https://tidestaxis.co.uk/
Submission Tags: @phish_report
Submission: On September 12 via api from FI — Scanned from FI
Form analysis
4 forms found in the DOMPOST .
<form id="journey-calculator" class="calculator" action="." method="POST" data-hours-ahead="18">
<h2 class="banner-title text-lg mb-4 uppercase">Get a journey quote</h2>
<div class="flex flex-col mb-2 geolocate-wrapper relative">
<label class="mb-1" for="journey-from">Travelling from</label>
<input autocomplete="off" required="" class="geolocation-input rounded bg-white p-2 pr-8 text-gray-900 border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="text" id="journey-from" name="journey-from" data-lat="" data-lon="">
<a href="#" class="geolocate banner-link" title="Use current location"><span class="sr-only">Use current location</span></a>
<ul class="results absolute bg-white w-full top-14 h-auto text-gray-900 rounded-b z-10 flex flex-col shadow hidden"></ul>
</div>
<div class="flex flex-col mb-2 geolocate-wrapper relative">
<label class="mb-1" for="destination">Destination</label>
<input autocomplete="off" required="" class="geolocation-input rounded bg-white p-2 pr-8 text-gray-900 border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="text" id="destination" name="destination" data-lat="" data-lon="">
<a href="#" class="geolocate banner-link" title="Use current location"><span class="sr-only">Use current location</span></a>
<ul class="results absolute bg-white w-full top-14 h-auto text-gray-900 rounded-b z-10 flex flex-col shadow hidden"></ul>
</div>
<div class="flex flex-col mb-2">
<label class="mb-1" for="passengers">No. of passengers</label>
<input required="" class="rounded bg-white p-2 text-gray-900 text-center border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="number" id="passengers" name="passengers" value="1">
</div>
<div class="flex flex-col mb-8">
<label class="mb-1" for="journey-time">Date & time of journey</label>
<input required="" class="rounded bg-white p-2 text-gray-900 text-center border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="datetime-local" id="journey-time" name="journey-time">
</div>
<div class="flex flex-col mb-2">
<input class="cursor-pointer p-3 text-white rounded bg-blue-900 hover:bg-blue-800 uppercase shadow-md border-2 border-white" type="submit" id="submit-calculator" name="submit-calculator" value="Get price">
</div>
</form>
POST .
<form id="journey-quote" class="calculator hidden" action="." method="POST">
<h2 class="banner-title text-lg mb-4 uppercase">Your quote</h2>
<div class="">
<h3 class="text-3xl font-bold"> £<span class="cost"></span></h3>
<table class="my-4 mx-auto">
<tbody>
<tr>
<td class="p-2 bg-blue-800 border-white border-b rounded-tl" style="border-color:#00a3dc">From:</td>
<td class="p-2 bg-blue-800 border-white border-b rounded-tr" style="border-color:#00a3dc"><span class="journey-from-text block"></span></td>
</tr>
<tr>
<td class="p-2 bg-blue-800 border-white border-b" style="border-color:#00a3dc">Destination:</td>
<td class="p-2 bg-blue-800 border-white border-b" style="border-color:#00a3dc"><span class="destination-text block"></span></td>
</tr>
<tr>
<td class="p-2 bg-blue-800 border-white border-b" style="border-color:#00a3dc">Date:</td>
<td class="p-2 bg-blue-800 border-white border-b" style="border-color:#00a3dc"><span class="journey-time-text block"></span></td>
</tr>
<tr>
<td class="p-2 bg-blue-800 rounded-bl">No. of passengers:</td>
<td class="p-2 bg-blue-800 rounded-br"><span class="passengers-text block"></span></td>
</tr>
</tbody>
</table>
</div>
<div class="my-3">
<p>Call us on <a class="banner-link text-white uppercase font-bold" href="tel:+447746187375">
07746 187 375 </a> or use the button below to book now</p>
</div>
<div class="flex flex-col mb-4">
<input class="cursor-pointer p-3 text-white rounded bg-blue-900 hover:bg-blue-800 uppercase shadow-md border-2 border-white" type="submit" id="start-booking" name="start-booking" value="Book now">
<p class="too-early hidden">Your booking time must be at least 24 hours in the future</p>
</div>
<div class="my-2">
<a class="banner-link start-quote-again underline" href="#">Start quote again</a>
</div>
</form>
POST .
<form id="journey-booking" class="calculator hidden" action="." method="POST">
<h2 class=" banner-title text-lg mb-4 uppercase">Your Details</h2>
<div class="flex flex-col relative mb-2">
<label class="mb-1" for="name">Your name</label>
<input required="" class="rounded bg-white p-2 pr-8 text-gray-900 border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="text" id="name" name="name">
</div>
<div class="flex flex-col mb-2 relative">
<label class="mb-1" for="email">Your email address</label>
<input required="" class="rounded bg-white p-2 pr-8 text-gray-900 border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="email" id="email" name="email">
</div>
<div class="flex flex-col mb-2">
<label class="mb-1" for="phone">Phone number that you will have with you</label>
<input required="" class="rounded bg-white p-2 text-gray-900 text-center border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="tel" id="phone" name="phone">
</div>
<div class="flex flex-col mb-8 address-wrapper hidden">
<label class="mb-1" for="address">Full pick-up address</label>
<input class="rounded bg-white p-2 text-gray-900 text-center border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="text" id="address" name="address">
</div>
<div class="flex flex-col my-4">
<input class="cursor-pointer p-3 text-white rounded bg-blue-900 hover:bg-blue-800 uppercase shadow-md border-2 border-white" type="submit" id="submit-booking" name="submit-booking" value="Book now">
</div>
<div class="my-2">
<a class="banner-link start-quote-again underline" href="#">Start quote again</a>
</div>
</form>
POST .
<form id="journey-flight-booking" class="calculator hidden" action="." method="POST">
<h2 class="banner-title text-lg mb-4 uppercase">Booking details</h2>
<div class="flex flex-col mb-2 relative">
<label class="mb-1" for="flight-destination">Flight destination</label>
<input required="" class="rounded bg-white p-2 pr-8 text-gray-900 text-center border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="text" id="flight-destination" name="flight-destination">
</div>
<div class="flex flex-col mb-2 relative">
<label class="mb-1" for="flight-number">Flight number</label>
<input required="" class="rounded bg-white p-2 pr-8 text-gray-900 text-center border-2 border-opacity-0 border-blue-900 focus:border-opacity-100" type="email" id="flight-number" name="flight-number">
</div>
<div class="flex flex-col my-4">
<input class="cursor-pointer p-3 text-white rounded bg-blue-900 hover:bg-blue-800 uppercase shadow-md border-2 border-white" type="submit" id="submit-flight-booking" name="submit-flight-booking" value="Book now">
</div>
<div class="my-2">
<a class="start-quote-again underline" href="#">Start quote again</a>
</div>
</form>
Text Content
* Home * Prices * Airport Transfers * Gallery * About * Contact Tides Taxis * Home * Prices * Airport Transfers * Gallery * About * Contact 07746 187 375 Book Now Open menu TIDES TAXIS Reliable, eco-friendly taxi service for Whitstable, Sittingbourne and surrounding Kent areas. 8 seater vehicle charges differ, please contact us for a competitive quote. Book now by calling 07746 187 375 BOOK A TAXI GET A JOURNEY QUOTE Travelling from Use current location Destination Use current location No. of passengers Date & time of journey YOUR QUOTE £ From:Destination:Date:No. of passengers: Call us on 07746 187 375 or use the button below to book now Your booking time must be at least 24 hours in the future Start quote again YOUR DETAILS Your name Your email address Phone number that you will have with you Full pick-up address Start quote again BOOKING DETAILS Flight destination Flight number Start quote again Start quote again TAXIS IN WHITSTABLE, SITTINGBOURNE AND EAST KENT Tides Taxis provide a taxi service in and around Whitstable, Sittingbourne, Canterbury, Herne Bay, Faversham and surrounding areas. Use our quote form above to get a price for your journey. You can also book a taxi on our booking page 8 seater vehicle charges differ, please contact us for a competitive quote. (Please leave 24 hours for confirmation or a response to your enquiry). Submit an enquiry GALLERY Our fleet is growing, here is a selection of our vehicles. TESTIMONIALS > Great service, would definitely use again > > Mrs White > Brilliant, friendly service. Couldn’t ask for more. > > Mr Hudson Call Tides Taxis on 07746 187 375 * Journey quote calculator * Terms & Conditions * Book a Taxi in Sittingbourne * Book a Taxi In Whitstable Facebook icon © Tides Taxis 2022 • Site design & build by Device 5