quote-cargoflare.applewebservices.com
Open in
urlscan Pro
156.67.222.10
Public Scan
URL:
https://quote-cargoflare.applewebservices.com/
Submission: On February 05 via api from US — Scanned from US
Submission: On February 05 via api from US — Scanned from US
Form analysis
1 forms found in the DOMPOST process_form.php
<form class="form" id="wizardForm" action="process_form.php" method="post">
<!-- Step 1: Contact Information -->
<fieldset class="active" id="contactInfo">
<div class="row">
<div class="col-md-12">
<input type="email" id="zip" name="email" placeholder="Type-City Or ZIP" value="">
</div>
</div>
<button class="btn" type="button" onclick="nextStep('contactInfo', 'vehicleInfo')"> Next <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fast-forward-circle-fill" viewBox="0 0 16 16">
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.79 5.093 8 7.386V5.5a.5.5 0 0 1 .79-.407l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 8 10.5V8.614l-3.21 2.293A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .79-.407"></path>
</svg>
</button>
</fieldset>
<!-- Step 2: Vehicle Information -->
<fieldset id="vehicleInfo">
<legend>Vehicle Information</legend>
<div class="row">
<div class="col-md-4 col-6 select-year">
<label for="year">Select Year:</label>
<select class="form-control py-3" id="year" name="year" value="Select Year">
<option value="2024" style="color: black;">2024</option>
<option value="2023" style="color: black;">2023</option>
<option value="2022" style="color: black;">2022</option>
<option value="2021" style="color: black;">2021</option>
<option value="2020" style="color: black;">2020</option>
<option value="2019" style="color: black;">2019</option>
<option value="2018" style="color: black;">2018</option>
<option value="2017" style="color: black;">2017</option>
<option value="2016" style="color: black;">2016</option>
<option value="2015" style="color: black;">2015</option>
<option value="2014" style="color: black;">2014</option>
<option value="2013" style="color: black;">2013</option>
<option value="2012" style="color: black;">2012</option>
<option value="2011" style="color: black;">2011</option>
<option value="2010" style="color: black;">2010</option>
<option value="2009" style="color: black;">2009</option>
<option value="2008" style="color: black;">2008</option>
<option value="2007" style="color: black;">2007</option>
<option value="2006" style="color: black;">2006</option>
<option value="2005" style="color: black;">2005</option>
<option value="2004" style="color: black;">2004</option>
<option value="2003" style="color: black;">2003</option>
<option value="2002" style="color: black;">2002</option>
<option value="2001" style="color: black;">2001</option>
<option value="2000" style="color: black;">2000</option>
<option value="1999" style="color: black;">1999</option>
<option value="1998" style="color: black;">1998</option>
<option value="1997" style="color: black;">1997</option>
<option value="1996" style="color: black;">1996</option>
<option value="1995" style="color: black;">1995</option>
<option value="1994" style="color: black;">1994</option>
<option value="1993" style="color: black;">1993</option>
<option value="1992" style="color: black;">1992</option>
<option value="1991" style="color: black;">1991</option>
<option value="1990" style="color: black;">1990</option>
<option value="1989" style="color: black;">1989</option>
<option value="1988" style="color: black;">1988</option>
<option value="1987" style="color: black;">1987</option>
<option value="1986" style="color: black;">1986</option>
<option value="1985" style="color: black;">1985</option>
<option value="1984" style="color: black;">1984</option>
<option value="1983" style="color: black;">1983</option>
<option value="1982" style="color: black;">1982</option>
<option value="1981" style="color: black;">1981</option>
<option value="1980" style="color: black;">1980</option>
<option value="1979" style="color: black;">1979</option>
<option value="1978" style="color: black;">1978</option>
<option value="1977" style="color: black;">1977</option>
<option value="1976" style="color: black;">1976</option>
<option value="1975" style="color: black;">1975</option>
<option value="1974" style="color: black;">1974</option>
<option value="1973" style="color: black;">1973</option>
<option value="1972" style="color: black;">1972</option>
<option value="1971" style="color: black;">1971</option>
<option value="1970" style="color: black;">1970</option>
<option value="1969" style="color: black;">1969</option>
</select>
</div>
<div class="col-md-4">
<label for="make">Type Make: </label>
<input type="text" class="form-control" id="make" name="make" value="Volkswagen">
</div>
<div class="col-md-4">
<label for="model">Type Model: </label>
<input type="text" class="form-control" id="model" name="model" value="Tiguan">
</div>
</div>
<button type="button" onclick="nextStep('vehicleInfo', 'shipmentDetails')" class="btn btn-primary"> Calculate </button>
</fieldset>
<!-- Step 3: Shipment Details -->
<fieldset id="shipmentDetails">
<legend>Shipment Details</legend>
<div class="row">
<div class="col-md-4">
<label for="condition">Vehicle Condition: </label>
<input type="text" class="form-control" id="condition" name="condition" value="Running">
</div>
<div class="col-md-4">
<label for="type">Type: </label>
<input type="text" class="form-control" id="type" name="type" value="Others">
</div>
<div class="col-md-4">
<label for="transport">Transport Method: </label>
<input type="text" class="form-control" id="transport" name="transport" value="Open">
</div>
</div>
<div class="row">
<div class="col-3 col date-input select-year">
<div class="mt-4">
<label for="shipmentDate">Select a Shipment Date:</label>
<div class="input-group">
<input type="date" class="form-control " id="shipmentDate" name="shipmentDate" value="2024-01-21">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<button type="button" onclick="nextStep('shipmentDetails', 'pickupDeliveryInfo')" class="btn btn-primary"> Submit </button>
</div>
</div>
</fieldset>
<!-- Step 4: Pickup and Delivery Information -->
<fieldset id="pickupDeliveryInfo">
<legend>Pickup and Delivery Information</legend>
<div class="row">
<div class="col-md-4">
<label for="pickupCity">Pickup City: </label>
<input type="text" class="form-control" id="pickupCity" name="pickupCity" value="KATY">
</div>
<div class="col-md-4">
<label for="pickupState">Pickup State: </label>
<input type="text" class="form-control" id="pickupState" name="pickupState" value="TX">
</div>
<div class="col-md-4">
<label for="pickupZip">Pickup Zipcode: </label>
<input type="text" class="form-control" id="pickupZip" name="pickupZip" value="77449">
</div>
</div>
<div class="row">
<div class="col-md-4">
<label for="deliveryCity">Delivery City: </label>
<input type="text" class="form-control" id="deliveryCity" name="deliveryCity" value="AVONDALE ESTATES">
</div>
<div class="col-md-4">
<label for="deliveryState">Delivery State: </label>
<input type="text" class="form-control" id="deliveryState" name="deliveryState" value="GA">
</div>
<div class="col-md-4">
<label for="deliveryZip">Delivery Zipcode: </label>
<input type="text" class="form-control" id="deliveryZip" name="deliveryZip" value="30002">
</div>
</div>
<!-- Buttons -->
<div class="row">
<div class="col-md-12">
<button type="button" onclick="nextStep('pickupDeliveryInfo', 'CollectctionAdress')" class="btn btn-primary"> Submit </button>
</div>
</div>
</fieldset>
<!-- Step 5: Collection Address (Final Step) -->
<fieldset id="CollectctionAdress">
<legend>Where You Want To Get Quote</legend>
<div class="row">
<div class="col-md-12">
<input type="text" class="form-control" placeholder="enter your Email" id="collectionAddress" name="collectionAddress" value="">
</div>
</div>
<button class="btn" type="button" onclick="nextStep('CollectctionAdress', 'finalStep')"> Next <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-fast-forward-circle-fill" viewBox="0 0 16 16">
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.79 5.093 8 7.386V5.5a.5.5 0 0 1 .79-.407l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 8 10.5V8.614l-3.21 2.293A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .79-.407"></path>
</svg>
</button>
</fieldset>
<!-- Step 6: Final Step -->
<fieldset id="finalStep">
<legend>Final Step</legend>
<div class="row">
<div class="col-md-6">
<label for="fullName">Full Name:</label>
<input type="text" class="form-control" id="fullName" name="fullName" value="Steffano Madrigal">
</div>
<div class="col-md-6">
<label for="phoneNumber">Phone Number:</label>
<input type="tel" class="form-control" id="phoneNumber" name="phoneNumber" value="+9945458758587">
</div>
</div>
<div class="row">
<div class="col-md-12">
<button type="submit" class="btn btn-primary"> Get Quote </button>
</div>
</div>
</fieldset>
<!-- Success Popup -->
<div id="successPopup" style="display: none;">
<p>Form submitted successfully!</p>
<!-- You can add more content or styling to your popup -->
</div>
</form>
Text Content
+(888) 655-0581 AUTO TRANSPORT COST CALCULATOR LOCAL & LONG DISTANCE AUTO SHIPPERS NATIONWIDE WHERE ARE YOU SHIPPING YOUR CAR FROM? Next Vehicle Information Select Year: 20242023202220212020201920182017201620152014201320122011201020092008200720062005200420032002200120001999199819971996199519941993199219911990198919881987198619851984198319821981198019791978197719761975197419731972197119701969 Type Make: Type Model: Calculate Shipment Details Vehicle Condition: Type: Transport Method: Select a Shipment Date: Submit Pickup and Delivery Information Pickup City: Pickup State: Pickup Zipcode: Delivery City: Delivery State: Delivery Zipcode: Submit Where You Want To Get Quote Next Final Step Full Name: Phone Number: Get Quote Form submitted successfully! OUR SERVICES DOOR TO DOOR SERVICE The driver will pick your car up at your home and deliver to your new destination! OPEN CAR SHIPPING The fastest most reliable form of shipping your vehicle, open carriers are safe and cost-effective. ENCLOSED CAR SHIPPING If you'd like additional security when shipping your vehicle, enclosed is the way to go. EXOTIC / CLASSIC CAR SHIPPING We'll handle any type of vehicle, from exotic cars, off-road vehicles, or classic cars. SOME TRANSPORT MASTERS USA LLC ™ CUSTOMERS COME FROM Car Shipping Calculator | Transport Masters USA Advantage | Customer Reviews | Transport Masters USA Blog USDOT Number: 3569975 | State Carrier ID Number: MC/MX/FF Number(s): MC-1202207 * How it Works * Privacy Policy * Don't Sell My Info * Terms of Use X This is an introductory text for the popup. PRIVACY POLICY Welcome to [Your Company Name]'s Privacy Policy. This policy outlines how we collect, use, maintain, and disclose information collected from users (each, a "User") of the [Your Website URL] website ("Site"). PERSONAL IDENTIFICATION INFORMATION We may collect personal identification information from Users in various ways, including, but not limited to, when Users visit our site, register on the site, subscribe to newsletters, fill out a form, and in connection with other activities, services, features, or resources we make available on our Site. Users may be asked for, as appropriate, name, email address, mailing address, phone number, and other personal information. NON-PERSONAL IDENTIFICATION INFORMATION We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer, and technical information about Users' means of connection to our Site, such as the operating system and the Internet service providers utilized. HOW WE USE COLLECTED INFORMATION [Your Company Name] may collect and use Users' personal information for the following purposes: * - To improve customer service * - To personalize user experience * - To send periodic emails HOW WE PROTECT YOUR INFORMATION We adopt appropriate data collection, storage, and processing practices and security measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information, username, password, transaction information, and data stored on our Site.