www.transferet.co.in Open in urlscan Pro
173.249.58.216  Public Scan

Submitted URL: https://protect-eu.mimecast.com/s/94tTCP1nAfNmmLY9czO8xn?domain=transferet.co.in/
Effective URL: https://www.transferet.co.in/
Submission: On May 13 via api from ZA — Scanned from GB

Form analysis 2 forms found in the DOM

POST enquiry.php

<form action="enquiry.php" method="POST" class="form-horizontal">
  <div class="panel-group" id="accordion">
    <div class="panel panel-default">
      <div class="panel-heading" style="background-color:#f5bc55;" data-toggle="collapse" data-target="#demo" data-parent="accordion">
        <div class="row">
          <div class="col-md-7"><span class="dot text-center">1</span>What are your contact details? </div>
          <div class=" pull-right"><small>Contact Details</small></div>
        </div>
      </div>
      <div id="demo" class="panel-collapse collapse in">
        <div class="panel-body">
          <div class="form-group">
            <label class="control-label  col-sm-2" for="name">Name</label>
            <div class="col-sm-10">
              <input type="text" class="form-control" name="name" placeholder="Enter your Name">
            </div>
          </div>
          <div class="form-group">
            <label class="control-label  col-sm-2" for="phone">Phone</label>
            <div class="col-sm-10">
              <input type="text" class="form-control" name="phone" placeholder="Enter your Contact Number">
            </div>
          </div>
          <div class="form-group">
            <label class="control-label  col-sm-2" for="email">Email ID </label>
            <div class="col-sm-10">
              <input type="email" class="form-control" name="email" placeholder="Enter your email id">
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="panel panel-default">
      <div class="panel-heading" style="background-color:#f5bc55;" data-toggle="collapse" data-target="#demoo" data-parent="#accordion">
        <div class="row">
          <div class=" col-md-7"><span class="dot text-center">2</span>What are you moving?</div>
          <div class=" pull-right"><small>It will just help us estimate the load</small></div>
        </div>
      </div>
      <div id="demoo" class="panel-collapse collapse">
        <div class="panel-body ">
          <div class="form-group">
            <label class="control-label  col-sm-3" for="move">Type of move</label>
            <div class="col-sm-9">
              <select id="ddm_Select" class="select form-control" type="text" name="move">
                <option>Select Type of Move</option>
                <option> Intracity Move</option>
                <option>Export Move</option>
                <option>Import Move</option>
                <option>Storage</option>
              </select>
            </div>
          </div>
          <div class="form-group">
            <label class="control-label  col-sm-3" for="goods">Type of goods</label>
            <div class="dropdown">
              <div class="col-sm-9">
                <select id="ddm_Select" class="select form-control" type="text" name="goods">
                  <option>Select type of Goods</option>
                  <option>Household Goods</option>
                  <option>Commertical Goods </option>
                  <option>Fine Art</option>
                  <option>Office Goods</option>
                  <option>Others</option>
                  <option>Vehicals</option>
                </select>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="panel panel-default">
      <div class="panel-heading" style="background-color:#f5bc55;" data-toggle="collapse" data-target="#demooo" data-parent="#accordion">
        <div class="row">
          <div class=" col-md-7"><span class="dot text-center">3</span>Where do we pic-up and deliver? </div>
          <div class="pull-right"><small>Address</small></div>
        </div>
      </div>
      <div id="demooo" class="panel-collapse collapse">
        <div class="panel-body ">
          <div class="form-group">
            <div class="row">
              <div class="col-lg-6 text"><span class="glyphicon1 glyphicon-map-marker"></span>Pick-up Address
                <hr>
              </div>
              <div class="col-lg-6 text"><span class="glyphicon glyphicon-map-marker"></span>Delivery Address
                <hr>
              </div>
            </div>
            <div class="row ">
              <div class="col-md-6">
                <label class="control-label  col-sm-2" for="address">Address</label>
                <div class="col-sm-10">
                  <input type="text" class="form-control color" name="address" placeholder="">
                </div>
              </div>
              <div class="col-md-6">
                <label class="control-label  col-sm-2" for="address1">Address</label>
                <div class="col-sm-10">
                  <input type="text" name="address1" class="form-control color" placeholder="">
                </div>
              </div>
            </div>
            <div class="row ">
              <div class="col-md-6">
                <label class="control-label  col-sm-2" for="city">City</label>
                <div class="col-sm-10">
                  <input type="text" class="form-control color" name="city" placeholder="">
                </div>
              </div>
              <div class="col-md-6">
                <label class="control-label  col-sm-2" for="city1">City</label>
                <div class="col-sm-10">
                  <input type="text" class="form-control color" name="city1" placeholder="">
                </div>
              </div>
            </div>
            <div class="row ">
              <div class="col-md-6">
                <label class="control-label  col-sm-2" for="country">Country</label>
                <div class="col-sm-10">
                  <input type="text" class="form-control color" name="country" placeholder="">
                </div>
              </div>
              <div class="col-md-6">
                <label class="control-label  col-sm-2" for="country1">Country</label>
                <div class="col-sm-10">
                  <input type="text" class="form-control color" name="country1" placeholder="">
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="panel panel-default">
      <div class="panel-heading" style="background-color:#f5bc55;" data-toggle="collapse" data-target="#demoooo" data-parent="#accordion">
        <div class="row">
          <div class=" col-md-7"><span class="dot text-center">4</span>Leave a note</div>
          <div class="pull-right"><small>Comments</small></div>
          <input type="hidden" name="lat" id="lat" value="">
          <input type="hidden" name="long" id="long" value="">
        </div>
      </div>
      <div id="demoooo" class="panel-collapse collapse">
        <div class="panel-body  container-fluid">
          <div class="form-group">
            <div class="col-sm-12">
              <textarea type="text" class="form-control color" name="message" placeholder="Enter your message here"></textarea>
            </div>
          </div>
          <button type="submit" name="submit" class="btn btn-primary btn-lg pull-right btn1">Send Quotation Request</button>
        </div>
      </div>
    </div>
  </div>
</form>

<form class="form-inline" action="">
  <div class="form-group">
    <input type="email" class="form-control" id="name" placeholder="your name" name="name">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" id="number" placeholder="your mobile number" name="number">
  </div>
  <button type="submit" class="btn btn-success">GO</button>
</form>

Text Content

 * HOME
 * ABOUT
 * SERVICES
 * CONTACT
 * BLOG
 * QUOTE REQUEST
 *  TRACK YOUR ORDER

×

QUOTE REQUEST

1What are your contact details?
Contact Details
Name

Phone

Email ID

2What are you moving?
It will just help us estimate the load
Type of move
Select Type of Move Intracity Move Export Move Import Move Storage
Type of goods
Select type of Goods Household Goods Commertical Goods Fine Art Office Goods
Others Vehicals
3Where do we pic-up and deliver?
Address
Pick-up Address

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

Delivery Address

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

Address

Address

City

City

Country

Country

4Leave a note
Comments

Send Quotation Request

A NEW DESTINATION
IN MIND?

WE WILL HELP YOU SETTLE

Read More

A NEW DESTINATION
IN MIND?

WE WILL HELP YOU SETTLE

Read More

NEED A SECURE STORAGE FOR YOUR
VALUABLE & PRECIOUS ITEMS.

Your Search is over now.

Read More





OUR SERVICES


With our professional packers and movers and cost effective rates the services
we offer are easy on your pocket and mind.


MOVING SERVICES

Transferet will take care of all your requirements for the relocation process.
Read More


FINDING THE RIGHT
HOME AND SCHOOL

While moving to a new place it becomes a real hassle to find the right house.
Read More


MOVING YOUR OFFICE AND DATA CENTER

Transferet has experts in office relocation that will efficiently take care of
your requirements. Read More


RELOCATION DOMESTIC & INTERNATIONAL

Whether you’re planning on moving to a new city or a new continent there.
Read More


PET RELOCATION

We at Transferet understand the significance that your pets hold in your lives.
Read More


RECORD MANAGEMENT

Our exceptionally organized reports guarantee 100% information protection. Read
More


FURNITURE RENTALS

Looking for furniture but don’t want to shell out a bomb? Temporarily residing
in an unfurnished place?
Read More


DIGITIZATION OF DOCUMENTS

The world has gone digital your business should too. Avail our document
digitization services. Read More


FINE ART TRANSPORTATION

Each piece of art is unique which is why we work with you to create, plan and
develop crating. Read More


HI


WELCOME TO
TRANSFERET

YOU MAY SEE MANY MOVING COMPANIES, SO WHY CHOOSE US?
LET US TELL YOU OUR SPECIAL FEATURES...

TRANSFERET is located in Bangalore; one of the major
cities of india.We are a one-stop solution to all your
relocation needs. From packing to relocating, we offer all
that you have in mind when you think of moving.

Preferred company for niche highly demanding clients.

Specialized in handling equipment with sophistication.

Competitive rate for the standards provide for Domestic and International moves.

Highly trained personal packers and foremen.

Is highly recommended , very known for our superior customer Customized,
Customer centric solutions.




 1. 
 2. 
 3. 


FEEDBACKS WE GET

"ANIRUDDHA JHAWAR"

Very good service and Quality for packing.


FEEDBACKS WE GET

"MR. BALAJI IYER"

Excellent people, Always a smile & can do attitude.


FEEDBACKS WE GET

"MR. ANGSHUNAN KAR"

Exceptional service - realy happy with punctual arrival and efficient packing
and help.

TRANSFERET is located in Bangalore. one of the major cities of
India. We are a one-stop solution to all your relocation needs.
From packing to relocating, we offer all that you have in mind.

Euro School Road,Graphite India.Bangalore

info@transferet.co.in

+91 80 66710000

Delhi | Chennai | Hyderabad | Pune






Want A Quick Call From Us?


GO

Pet Relocation Services | Pet Transportation Company | Office Moving Service |
Data Centre Migration with Tech Support | International Packers and Movers |
Home Packers and Movers | Relocation Service Company

COPYRIGHTS 2021 ALL RIGHTS RESERVED