www.uparcel.sg Open in urlscan Pro
13.250.247.240  Public Scan

URL: https://www.uparcel.sg/track?tracking-code=G2NYX5
Submission: On January 25 via manual from AU — Scanned from DE

Form analysis 19 forms found in the DOM

POST /track

<form method="post" role="web-form" class="" action="/track">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="col-md-7 col-sm-7">
    <div class="form-group has-error">
      <input type="text" value="G2NYX5" name="tracking_code" placeholder="Enter your tracking code" class="form-control box-shadow">
      <div class="help-block">The tracking link has been expired.</div>
    </div>
  </div>
  <div class="col-md-5 col-sm-5">
    <div class="form-group">
      <button type="submit" class="btn-1">track your parcel</button>
    </div>
  </div>
</form>

POST /contact-us

<form role="contact-form" class="row footer-contact-us" id="web-form" method="post" action="/contact-us">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group wow fadeInUp" data-wow-offset="50" data-wow-delay=".30s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
    <div class="col-md-12"> <input type="text" name="name" id="name" placeholder="Enter Name" class="form-control"> </div>
  </div>
  <div class="form-group wow fadeInUp" data-wow-offset="50" data-wow-delay=".30s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
    <div class="col-md-12"> <input type="text" name="c_email" id="email" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,3}$" placeholder="Enter Email" class="form-control"> </div>
  </div>
  <div class="form-group wow fadeInUp" data-wow-offset="50" data-wow-delay=".30s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
    <div class="col-md-12"> <input type="text" name="phone" id="phone" placeholder="Enter Phone" class="form-control"> </div>
  </div>
  <div class="form-group wow fadeInUp" data-wow-offset="50" data-wow-delay=".30s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
    <div class="col-md-12"> <textarea class="form-control" name="msg" id="msg" cols="25" rows="3" placeholder="Enter Message" style="height: auto;"></textarea> </div>
  </div>
  <div class="form-group wow fadeInUp" data-wow-offset="50" data-wow-delay=".30s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
    <div class="col-md-12 col-xs-12 pull-left">
      <button type="button" name="submit" data-request="ajax-submit" data-target="[role='contact-form']" id="submit_btn" class="btn-1" style="width: 100%"> send message </button>
    </div>
  </div>
</form>

POST

<form class="login" id="loginform" action="" method="post" novalidate="novalidate">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control"></div>
  <p class="text-danger text-center" id="no-user-error" style="display:none;"> We didn't find you! Please Register</p>
  <div class="form-group"><input type="password" placeholder="Password" name="password" class="form-control"></div>
  <p class="text-danger text-center" id="password-error" style="display:none;"></p>
  <div class="form-group">
    <button class="btn-1 " type="submit"> Login now </button>
  </div>
</form>

POST

<form class="signup" id="signupform" action="" method="post" novalidate="novalidate">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Full Name" name="fullname" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="tel" placeholder="Mobile Number" name="contact" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="password" placeholder="Password" name="pass" class="form-control pass" style="height: 35px;"></div>
  <div class="form-group"><input type="password" placeholder="Confirm Password" name="confirm" class="form-control" style="height: 35px;"></div>
  <div class="form-group">
    <select class="form-control" name="find_from" id="cust_find_from" style="height: 38px;">
      <option value="">How did you find out about uParcel?</option>
      <option value="Friends Referral">Friends Referral</option>
      <option value="Google">Google</option>
      <option value="Yahoo">Yahoo</option>
      <option value="Gumtree">Gumtree</option>
      <option value="Facebook">Facebook</option>
      <option value="Advertisements">Advertisements</option>
      <option value="Others">Others</option>
    </select>
    <span style="display: none;" id="cust-find-other">
      <textarea class="form-control" name="text_other" id="text_other" placeholder="Enter how did you find out about uParcel"></textarea>
    </span>
    <p class="error text-center" id="no-text_other-error" style="display: none;"> Please enter how did you find out about uParcel</p>
  </div>
  <div class="form-group checkbox">
    <label>
      <input type="checkbox" id="termscond" name="termscond[]" value="accept">
      <span class="cr"><i class="cr-icon fa fa-check"></i></span> I Agree with the Terms and Conditions </label>
  </div>
  <p class="error text-center" id="no-termscond-error" style="display: none;"> Please accept the terms and conditions</p>
  <div class="form-group">
    <button class="btn-1 " id="cust-signup" type="submit"> Register now </button>
  </div>
  <p class="error text-center" id="errors-signup" style="display: none;">
  </p>
</form>

POST

<form class="otp" id="otpform" action="" method="post" novalidate="novalidate">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="OTP" name="otp" id="otp" class="form-control"></div>
  <div class="form-group">
    <button class="btn-1 " type="submit"> Submit </button>
  </div>
</form>

POST

<form class="forgotPass" id="forgotpwform" action="" method="post" novalidate="novalidate">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control"></div>
  <div class="form-group">
    <button class="btn-1 " type="submit"> Submit </button>
  </div>
  <p class="error text-center" id="errors-forgot_pass" style="display: none;"></p>
</form>

POST /agent-login/

<form role="agent-login" class="login" id="" action="/agent-login/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control"></div>
  <div class="form-group"><input type="password" placeholder="Password" name="password" class="form-control"></div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='agent-login']" class="btn-1 " type="button"> Login now </button>
  </div>
</form>

POST /api/signup/

<form role="agent-signup" class="signup" id="" action="/api/signup/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Full Name" name="name" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="tel" placeholder="Mobile Number" name="contact_number" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="password" placeholder="Password" name="password" class="form-control pass" style="height: 35px;"></div>
  <div class="form-group"><input type="password" placeholder="Confirm Password" name="confirm_password" class="form-control" style="height: 35px;"></div>
  <div class="form-group">
    <select class="form-control" name="find_from" id="agent_find_from" style="height: 38px;">
      <option value="">How did you find out about uParcel?</option>
      <option value="Friends Referral">Friends Referral</option>
      <option value="Google">Google</option>
      <option value="Yahoo">Yahoo</option>
      <option value="Gumtree">Gumtree</option>
      <option value="Facebook">Facebook</option>
      <option value="Advertisements">Advertisements</option>
      <option value="Others">Others</option>
    </select>
    <span style="display: none;" id="agent-find-other">
      <textarea class="form-control" name="text_other" id="agent_text_other" placeholder="Enter how did you find out about uParcel"></textarea>
    </span>
  </div>
  <!-- <div class="form-group"><input type="text" placeholder="NRIC ID" name="nric_id" class="form-control" style="height: 35px;"></div> -->
  <div class="form-group checkbox">
    <label>
      <input type="checkbox" required="required" name="agent_termscond" value="accept">
      <span class="cr"><i class="cr-icon fa fa-check"></i></span> I Agree with the Terms and Conditions </label>
  </div>
  <div class="form-group">
    <button data-request="ajax-submit" id="agent-signup" data-target="[role='agent-signup']" class="btn-1" type="button"> Register now </button>
  </div>
  <input type="hidden" name="is_web" id="is_web" value="1">
  <input type="hidden" name="usertype" id="usertype" value="2">
</form>

POST /api/verfiy-opt/

<form role="agent-verify-otp" class="otp" id="" action="/api/verfiy-opt/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group">
    <input type="hidden" name="usertype_id" value="2" class="form-control">
    <input type="text" placeholder="OTP" name="otp_code" id="otp_code" class="form-control">
  </div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='agent-verify-otp']" class="btn-1 " type="button"> Submit </button>
  </div>
</form>

POST /api/resend-opt/

<form role="resend-otp" method="post" action="/api/resend-opt/">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <input type="hidden" name="usertype_id" value="2" class="form-control">
  <input type="hidden" name="email" id="resend_otp_email">
  <a data-request="ajax-submit" data-target="[role='resend-otp']" href="#" class="agent-resend-otp"> Resend OTP via SMS</a>
</form>

POST /api/opt-via-call/

<form role="resend-otp-call" method="post" action="/api/opt-via-call/">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <input type="hidden" name="usertype_id" value="2" class="form-control">
  <input type="hidden" name="email" id="resend_call_otp_email">
  <a data-request="ajax-submit" data-target="[role='resend-otp-call']" href="#" class="agent-resend-otp"> Receive OTP via call </a>
</form>

POST /api/forgotpassword/

<form role="agent-forgot-password" class="forgotPass" id="" action="/api/forgotpassword/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group">
    <input type="hidden" name="usertype_id" value="2" class="form-control">
    <input type="text" placeholder="Email address" name="email" class="form-control">
  </div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='agent-forgot-password']" class="btn-1 " type="button"> Submit </button>
  </div>
</form>

POST /merchant-login/

<form role="merchant-login" class="login" id="" action="/merchant-login/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control"></div>
  <div class="form-group"><input type="password" placeholder="Password" name="password" class="form-control"></div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='merchant-login']" class="btn-1 " type="button"> Login now </button>
  </div>
</form>

POST /api/signup/

<form role="merchant-signup" class="signup" id="" action="/api/signup/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group"><input type="text" placeholder="Full Name" name="name" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="text" placeholder="Email address" name="email" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="tel" placeholder="Mobile Number" name="contact_number" class="form-control" style="height: 35px;"></div>
  <div class="form-group"><input type="password" placeholder="Password" name="password" class="form-control pass" style="height: 35px;"></div>
  <div class="form-group"><input type="password" placeholder="Confirm Password" name="confirm_password" class="form-control" style="height: 35px;"></div>
  <div class="form-group checkbox">
    <label>
      <input type="checkbox" required="required" name="agent_termscond" value="accept">
      <span class="cr"><i class="cr-icon fa fa-check"></i></span> I Agree with the Terms and Conditions </label>
  </div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='merchant-signup']" class="btn-1" type="button"> Register now </button>
  </div>
  <input type="hidden" name="is_web" id="is_web" value="1">
  <input type="hidden" name="usertype" id="usertype" value="3">
</form>

POST /api/verfiy-opt/

<form role="merchant-verify-otp" class="otp" id="" action="/api/verfiy-opt/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group">
    <input type="text" placeholder="OTP" name="otp_code" id="otp_code" class="form-control">
    <input type="hidden" name="usertype_id" value="3" class="form-control">
  </div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='merchant-verify-otp']" class="btn-1 " type="button"> Submit </button>
  </div>
</form>

POST /api/resend-opt/

<form role="merchant-resend-otp" method="post" action="/api/resend-opt/">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <input type="hidden" name="usertype_id" value="3" class="form-control">
  <input type="hidden" name="email" id="merchant_resend_otp_email">
  <a data-request="ajax-submit" data-target="[role='merchant-resend-otp']" href="#" class="merchant-resend-otp"> Resend OTP via SMS</a>
</form>

POST /api/opt-via-call/

<form role="merchant-resend-otp-call" method="post" action="/api/opt-via-call/">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <input type="hidden" name="usertype_id" value="3" class="form-control">
  <input type="hidden" name="email" id="merchant_resend_call_otp_email">
  <a data-request="ajax-submit" data-target="[role='merchant-resend-otp-call']" href="#" class="merchant-resend-otp"> Receive OTP via call </a>
</form>

POST /api/forgotpassword/

<form role="merchant-forgot-password" class="forgotPass" id="" action="/api/forgotpassword/" method="post">
  <input type="hidden" name="csrfmiddlewaretoken" value="IaJox7wOCFAwKv3ppfVurZVOvvbLO7wL2C1g4MZ5GVwjRTTSInpVTdHBsdk7XXLw">
  <div class="form-group">
    <input type="hidden" name="usertype_id" value="3" class="form-control">
    <input type="text" placeholder="Email address" name="email" class="form-control">
  </div>
  <div class="form-group">
    <button data-request="ajax-submit" data-target="[role='merchant-forgot-password']" class="btn-1 " type="button"> Submit </button>
  </div>
</form>

<form>
  <input class="search-query" type="text" placeholder="Search and hit enter">
</form>

Text Content

 * Track Order
 * Request Delivery

Login
Toggle navigation
 * Services
   * Courier
   * Outsource Logistics
   * Ecommerce Fulfillment Delivery
   * API Solution
   * Same Day Delivery
   * 3PL Services
   * Door to door delivery
   * Express courier service
   * Document Courier Singapore
   * Warehouse Services
   * Van and Lorry Delivery
   * Food Delivery
   * Medicine Delivery
   * Cake and Flowers Delivery
 * How It Works?
 * Tracking
 * FAQs
 * Rates
 * Contact Us
 * Agent
   * Be An Agent
   * Agent's Benefits
 * Blog


PARCEL TRACKING

Track your parcel & see the current condition

 1. Home
 2. Track


TRACK YOUR PARCEL

Now you can track your parcel easily
The tracking link has been expired.
track your parcel


QUICK LINKS

 * pricing
 * about us
 * Customer User Guide
 * Agent User Guide
 * Packing Guide
 * Blog


IMPORTANT LINKS

 * Privacy Policy
 * Terms & Conditions
 * Disclaimer
 * API
 * Career


GET IN TOUCH


send message

© Copyright 2022, All rights reserved

 * 
 * 
   
 * 
 * 
   
 * 
 * 
   


x


LOGIN

Enter the following to Log-in to uParcel

We didn't find you! Please Register





Login now
Forgot Password?
Don’t have an account? Register now.


NEW SIGN-UP

Fill up the following to create an uParcel account

How did you find out about uParcel? Friends Referral Google Yahoo Gumtree
Facebook Advertisements Others

Please enter how did you find out about uParcel

I Agree with the Terms and Conditions

Please accept the terms and conditions

Register now



Back to Login


AGENTS PLEASE LOGIN USING MOBILE APP


CONFIRMATION

Please Enter OTP

Submit

Token not provided! Pls Login again

RESEND OTP

RECEIVE OTP VIA CALL

BACK TO LOGIN


FORGOT PASSWORD

Please Enter Email

Submit



Back to Login
x


AGENT LOGIN

Enter the following to Log-into uParcel

Login now
Forgot Password?
Don’t have an account? Register now.


AGENT NEW SIGN-UP

Fill up the following to create an uParcel account

How did you find out about uParcel? Friends Referral Google Yahoo Gumtree
Facebook Advertisements Others
I Agree with the Terms and Conditions
Register now
Back to Login


CONFIRMATION

Agent Please Enter OTP

Submit
RESEND OTP VIA SMS

RECEIVE OTP VIA CALL

BACK TO LOGIN


FORGOT PASSWORD

Agent Please Enter Email

Submit
Back to Login
x


LOGIN

Merchant Login to Uparcel for getting all details

Login now
Forgot Password?
Don’t have an account? Register now.


REGISTER

Merchant Register to Uparcel for getting all details

I Agree with the Terms and Conditions
Register now
Back to Login


CONFIRMATION

Merchant Please Enter OTP

Submit
RESEND OTP VIA SMS

RECEIVE OTP VIA CALL

BACK TO LOGIN


FORGOT PASSWORD

Merchant Please Enter Email

Submit
Back to Login

Kommunicate Live chat

×