doortodoorcargo.co.uk Open in urlscan Pro
162.210.96.118  Public Scan

URL: https://doortodoorcargo.co.uk/
Submission: On December 24 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

POST quotes-functions.php

<form action="quotes-functions.php" method="post">
  <div class="tabbable">
    <div class="row">
      <div class="col-md-12">
        <label></label>
        <div class="radio-inline radio-small">
          <label><input class="service_id" type="radio" name="quotes_service" value="document" required="">Document </label>
        </div>
        <div class="radio-inline radio-small">
          <label data-toggle="tooltip" title="Minimum rate 10kg"><input class="service_id" type="radio" name="quotes_service" value="Air" onclick="alert('Minimum rate  10 kg')" required="">AIR Cargo</label>
        </div>
        <div class="radio-inline radio-small">
          <label data-toggle="tooltip" title="Minimum rate 20kg"><input class="service_id" type="radio" name="quotes_service" value="Sea" onclick="alert('Minimum rate  20 kg')" required="">SEA Cargo</label>
        </div>
      </div>
    </div>
    <div class="tab-content">
      <div class="tab-pane fade in active">
        <div class="row">
          <div class="col-md-3">
            <div class="form-group form-group-md">
              <label>Full name</label>
              <input type="text" class="form-control" name="quotes_name" placeholder="Enter your full name" required="">
            </div>
          </div>
          <div class="col-md-3">
            <div class="form-group form-group-md">
              <label>Email address</label>
              <input type="email" class="form-control" name="quotes_email" placeholder="Enter you email address" required="">
            </div>
          </div>
          <div class="col-md-3">
            <div class="form-group form-group-md">
              <label>Phone number</label>
              <input type="text" class="form-control" name="quotes_phone" placeholder="Enter your phone number" required="">
            </div>
          </div>
          <div class="col-md-3">
            <div class="form-group form-group-md">
              <label>Description of Goods</label>
              <input type="text" class="form-control" name="quotes_description" placeholder="Enter description of goods" required="">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-3">
            <div class="form-group form-group-md form-group-icon-left">
              <label>From</label><i class="fa fa-map-marker input-icon"></i>
              <select class="form-control" name="quotes_sender_country" required="">
                <option>Select Country</option>
                <option value="UK-Mainland">UK-Mainland</option>
              </select>
            </div>
          </div>
          <div class="col-md-3">
            <div class="form-group form-group-md form-group-icon-left">
              <label>Post Code</label><i class="fa fa-map-marker input-icon"> </i>
              <input type="text" class="form-control" name="quotes_sender_postcode" placeholder="Sender Post Code">
              <!-- <input  id="end" onFocus="calcRoute()" onBlur="calcRoute()" onKeyUp="calcRoute()"  class=" form-control" name="postal_code1" type="text" />--->
            </div>
          </div>
          <div class="col-md-3">
            <div class="form-group form-group-md form-group-icon-left">
              <label> To </label>
              <i class="fa fa-map-marker input-icon"> </i>
              <select class=" form-control" name="quotes_receiver_country" required="">
                <option>Select Country</option>
                <option value="India">India</option>
                <option value="Other" country="">Other Country</option>
                <option value="Pakistan">Pakistan</option>
              </select>
            </div>
          </div>
          <div class="col-md-3">
            <div class="form-group form-group-md form-group-icon-left">
              <label>Post Code</label><i class="fa fa-map-marker input-icon"></i>
              <input type="text" class="form-control" name="quotes_receiver_postcode" placeholder="Receiver Post Code">
            </div>
          </div>
        </div>
        <h4>Package Details</h4>
        <div class="row package_detail_box">
          <div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_weight[]" class="form-control validate" placeholder="Weight (kg)" novalidate="" required="">
            </div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_height[]" class="form-control validate" placeholder="Height (cm)" novalidate="" required="">
            </div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_width[]" class="form-control validate" placeholder="Width (cm)" novalidate="" required="">
            </div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_length[]" class="form-control validate" placeholder="Length (cm)" novalidate="" required="">
            </div>
            <div class="col-lg-1 col-md-1">
              <button type="button" class="btn btn-default addButton" onclick="addFieldFunc()"><i class="fa fa-plus"></i></button>
            </div>
            <!--<div  class="col-md-3" >
              <div class="form-group form-group-md" >
                <select class=" form-control" name="quotes_transit_time" id="transit_time_id">
                  <option>Select Transit time</option>
                </select>
              </div>
            </div>--->
          </div>
          <div style="display: block;height: 28px;margin-top: 10px;"></div>
          <!-- Iterative fields -->
          <div class="form-group form-group-md hide" id="optionTemplate">
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_weight[]" class="form-control validate" placeholder="Weight (kg)" novalidate="">
            </div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_height[]" class="form-control validate" placeholder="Height (cm)" novalidate="">
            </div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_width[]" class="form-control validate" placeholder="Width (cm)" novalidate="">
            </div>
            <div class="col-lg-2 col-md-2">
              <input type="text" name="package_length[]" class="form-control validate" placeholder="Length (cm)" novalidate="">
            </div>
            <!-- <div class="col-lg-1 col-md-1">
              <button type="button" class="btn btn-default removeButton" onclick="removeFieldFunc()"><i class="fa fa-minus"></i></button>
            </div> -->
            <div style="display: block;height: 28px;margin-top: 18px;"></div>
          </div>
        </div>
        <br>
        <div class="row">
          <div class="col-md-4">
            <input type="submit" class="quote_btn" name="quotation_submit" value="Get a quote and Book">
          </div>
          <div class="col-md-3">
            <!-- For LocalHost -->
            <!-- <div class="g-recaptcha" data-sitekey="6LcVPEQUAAAAAH1o3Xx8FmO5DlXJyfL4R29qi5s2"></div> -->
            <!-- For Website -->
            <div class="g-recaptcha" data-sitekey="6LcPPEQUAAAAALdM64vfRCP_ovw4zaKRnDIZh2Fb">
              <div style="width: 304px; height: 78px;">
                <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-pqfpvz6dc7i3" frameborder="0" scrolling="no"
                    sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                    src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcPPEQUAAAAALdM64vfRCP_ovw4zaKRnDIZh2Fb&amp;co=aHR0cHM6Ly9kb29ydG9kb29yY2FyZ28uY28udWs6NDQz&amp;hl=en&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=i42z8382xpl6"></iframe>
                </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                  style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
              </div><iframe style="display: none;"></iframe>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form>
  <div class="tabbable">
    <div class="tab-content">
      <div class="tab-pane fade in active" id="flight-search-1">
        <div class="input-daterange" data-date-format="M d, D">
          <table class="table table-bordered table-striped table-booking-history">
          </table>
        </div>
      </div>
      <div class="tab-pane fade" id="flight-search-2">
        <div class="row">
          <div class="col-md-6">
            <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-map-marker input-icon"></i>
              <label>Collection</label>
              <span class="twitter-typeahead" style="position: relative; display: block; direction: ltr;"><input class="typeahead form-control tt-hint" type="text" disabled="" autocomplete="off" spellcheck="false"
                  style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input class="typeahead form-control tt-input"
                  placeholder="City, Airport, U.S. Zip" type="text" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top; background-color: transparent;">
                <pre aria-hidden="true"
                  style="position: absolute; visibility: hidden; white-space: pre; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
                <span class="tt-dropdown-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none; right: auto;">
                  <div class="tt-dataset-0"></div>
                </span>
              </span>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-map-marker input-icon"></i>
              <label>To</label>
              <span class="twitter-typeahead" style="position: relative; display: block; direction: ltr;"><input class="typeahead form-control tt-hint" type="text" disabled="" autocomplete="off" spellcheck="false"
                  style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input class="typeahead form-control tt-input"
                  placeholder="City, Airport, U.S. Zip" type="text" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top; background-color: transparent;">
                <pre aria-hidden="true"
                  style="position: absolute; visibility: hidden; white-space: pre; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
                <span class="tt-dropdown-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none; right: auto;">
                  <div class="tt-dataset-1"></div>
                </span>
              </span>
            </div>
          </div>
        </div>
        <div class="input-daterange" data-date-format="M d, D">
          <div class="row">
            <div class="col-md-3">
              <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-calendar input-icon input-icon-highlight"></i>
                <label>Departing</label>
                <input class="form-control" name="start" type="text">
              </div>
            </div>
            <div class="col-md-3">
              <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-calendar input-icon input-icon-highlight"></i>
                <label>Returning</label>
                <input class="form-control" name="end" type="text">
              </div>
            </div>
            <div class="col-md-6">
              <div class="form-group form-group-lg form-group-select-plus">
                <label>Passngers</label>
                <div class="btn-group btn-group-select-num" data-toggle="buttons">
                  <label class="btn btn-primary active">
                    <input type="radio" name="options"> 1</label>
                  <label class="btn btn-primary">
                    <input type="radio" name="options"> 2</label>
                  <label class="btn btn-primary">
                    <input type="radio" name="options"> 3</label>
                  <label class="btn btn-primary">
                    <input type="radio" name="options"> 3+</label>
                </div>
                <select class="form-control hidden">
                  <option>1</option>
                  <option>2</option>
                  <option>3</option>
                  <option selected="selected">4</option>
                  <option>5</option>
                  <option>6</option>
                  <option>7</option>
                  <option>8</option>
                  <option>9</option>
                  <option>10</option>
                  <option>11</option>
                  <option>12</option>
                  <option>13</option>
                  <option>14</option>
                </select>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.paypal.com/cgi-bin/webscr

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  <input name="cmd" type="hidden" value="_xclick">
  <input name="business" type="hidden" value="cargoloadltd@yahoo.com">
  <input name="lc" type="hidden" value="US">
  <input name="item_name" type="hidden" value="Cart From Cargo Load">
  <input name="amount" type="hidden" value="0	">
  <input name="currency_code" type="hidden" readonly="" value="GBP">
  <input name="button_subtype" type="hidden" value="services">
  <input name="no_note" type="hidden" value="0">
  <input name="bn" type="hidden" value="PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest">
  <br>
  <br>
  <input type="submit" class="btn btn-primary" value="CheckOut">
  <input type="submit" class="btn btn-primary" onclick="printDiv()" value="Print Summary">
</form>

<form>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-map-marker input-icon"></i>
        <label>Pick-up Location</label>
        <span class="twitter-typeahead" style="position: relative; display: block; direction: ltr;"><input class="typeahead form-control tt-hint" type="text" disabled="" autocomplete="off" spellcheck="false"
            style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input class="typeahead form-control tt-input"
            placeholder="City, Airport, U.S. Zip" type="text" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top; background-color: transparent;">
          <pre aria-hidden="true"
            style="position: absolute; visibility: hidden; white-space: pre; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
          <span class="tt-dropdown-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none; right: auto;">
            <div class="tt-dataset-2"></div>
          </span>
        </span>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-map-marker input-icon"></i>
        <label>Drop-off Location</label>
        <span class="twitter-typeahead" style="position: relative; display: block; direction: ltr;"><input class="typeahead form-control tt-hint" type="text" disabled="" autocomplete="off" spellcheck="false"
            style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input class="typeahead form-control tt-input"
            placeholder="City, Airport, U.S. Zip" type="text" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top; background-color: transparent;">
          <pre aria-hidden="true"
            style="position: absolute; visibility: hidden; white-space: pre; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
          <span class="tt-dropdown-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none; right: auto;">
            <div class="tt-dataset-3"></div>
          </span>
        </span>
      </div>
    </div>
  </div>
  <div class="input-daterange" data-date-format="M d, D">
    <div class="row">
      <div class="col-md-3">
        <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-calendar input-icon input-icon-highlight"></i>
          <label>Pick-up Date</label>
          <input class="form-control" name="start" type="text">
        </div>
      </div>
      <div class="col-md-3">
        <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-clock-o input-icon input-icon-highlight"></i>
          <label>Pick-up Time</label>
          <input class="time-pick form-control" value="12:00 AM" type="text">
        </div>
      </div>
      <div class="col-md-3">
        <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-calendar input-icon input-icon-highlight"></i>
          <label>Drop-off Date</label>
          <input class="form-control" name="end" type="text">
        </div>
      </div>
      <div class="col-md-3">
        <div class="form-group form-group-lg form-group-icon-left"><i class="fa fa-clock-o input-icon input-icon-highlight"></i>
          <label>Drop-off Time</label>
          <input class="time-pick form-control" value="12:00 AM" type="text">
        </div>
      </div>
    </div>
  </div>
  <button class="btn btn-primary btn-lg" type="submit">Search for Rental Cars</button>
</form>

POST tracking.php

<form action="tracking.php" method="post" id="t1">
  <div class="input-daterange" data-date-format="M d, D">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group">
          <input class="form-control" id="trackname" name="trackname" type="text">
        </div>
      </div>
    </div>
  </div>
  <input type="submit" name="tracking" class="btn btn-primary btn-lg" id="track" value="Submit">
</form>

Text Content

LATEST NEWS
 * NEWS & EVENTS Next Sea Cargo expected leaving date by 25th of DECEMBER 2023.
   Sea Cargo Rates From £1.50 per KG* (Terms and conditions applies). Sea Cargo
   Special offers are for limited time only when you send above 50kg price will
   reduce to £1.25 per kg (Terms and conditions applies). Please book an
   appointment for your parcel on 02084782022.Please book an appointment for
   your parcel. Door To Door Cargo Service 02084782022. Our Opening timing is
   10am to 7pm Monday to Friday, 11pm to 7pm Saturday and Sunday or any Bank
   Holiday.

LATEST NEWS
 * NEWS & EVENTS Next Sea Cargo expected leaving date by 25th of DECEMBER 2023.
   Sea Cargo Rates From £1.50 per KG* (Terms and conditions applies). Sea Cargo
   Special offers are for limited time only when you send above 50kg price will
   reduce to £1.25 per kg (Terms and conditions applies). Please book an
   appointment for your parcel on 02084782022.Please book an appointment for
   your parcel. Door To Door Cargo Service 02084782022. Our Opening timing is
   10am to 7pm Monday to Friday, 11pm to 7pm Saturday and Sunday or any Bank
   Holiday.


 * 
 * 
 * 

dtdcslimited@gmail.com
Login |Register
020 8478 2022





 * * GER
   * JAP
   * ITA
   * FRE
   * RUS
   * KOR

Main Menu

 * Home
   
 * Send Parcel
 * Our Services
     
     
   * Cargo To Pakistan
   * Cargo To India
   * Drop off Location
 * Service Guide
   * Restricted Items
   * Packaging Guideline
   * Volumetric Weight
 * Special Offer
 * Contact Us
 * 
 * Complaint
 * 
 * FAQ
 * About Us

 * Image 01
   
   
   RE·LAX·A·TION

 * Image 02
   
   
   QUI·E·TUDE

 * Image 03
   
   
   BAL·ANCE

 * Image 04
   
   
   E·QUA·NIM·I·TY

 * Image 05
   
   
   COM·PO·SURE

 * Image 06
   
   
   SE·REN·I·TY

   
 * Track Your Parcel
 * Book Your Collection
 * Flights
 * Rentals
   


SENDING A PARCEL? GET AN INSTANT FREE QUOTE!

Document
AIR Cargo
SEA Cargo
Full name
Email address
Phone number
Description of Goods
From Select Country UK-Mainland
Post Code
To Select Country IndiaOther CountryPakistan
Post Code

PACKAGE DETAILS






Collection




To




Departing
Returning
Passngers
1 2 3 3+
1 2 3 4 5 6 7 8 9 10 11 12 13 14


SHIPMENT SUMMARY

Details and Shipment of the Parcels are as follow Parcel Transcation Id:

Type Shipment Address Delivery Address


PACKAGE DETAIL

one one one one one one one two two two two two two two

Transaction Id : Total Total Weight = Kg £ Collection () £ 0 Total Amount to be
Paid £ 0






SELECT DATE FOR COLLECTION

Pick-up Location




Drop-off Location




Pick-up Date
Pick-up Time
Drop-off Date
Drop-off Time
Search for Rental Cars


ENTER YOUR TRACKING NUMBER






ABOUT US

We are an International cargo Company based in London, United Kingdom
Our aim is to provide affordable & quality services

--------------------------------------------------------------------------------

Get in Touch
 * Home
 * About Us
 * Services
 * Faq

 * Send Parcel
 * Restricted
 * Cookies
 * Privacy Policy

 * Contact
 * Complaint
 * Jobs
 * Terms And Condition

 * Air Cargo
 * Sea Cargo
 * Excess Baggage
 * Door to Door Service
 * Courier Services

 * 445 High Road
 * Ilford
 * United Kingdom
 * 0208 478 2022
 * info@doortodoorcargo.co.uk

 * 

 * 
 * 
 * 
 * 
 * 
 * 

DoortoDoorcargo © COPYRIGHT 2016. ALL RIGHTS RESERVED.