www.aramex.com.au Open in urlscan Pro
103.61.69.240  Public Scan

Submitted URL: https://www.fastway.com.au/services/calling-card-left/#%2FStore
Effective URL: https://www.aramex.com.au/our-services/calling-card-left/
Submission Tags: falconsandbox
Submission: On March 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: collect

<form name="collect" class="bs-loading-container ng-pristine ng-scope ng-valid-maxlength ng-valid-email ng-valid ng-valid-required">
  <div class="send-form">
    <div class="row">
      <div class="col-md-6">
        <div class="step">
          <div class="step-row">
            <div class="number">1</div>
            <div class="fields">
              <button class="btn btn-primary pull-right" data-toggle="modal" data-target="#step1"><strong>?</strong></button>
              <a id="deliveryOptions1"></a>
              <h3>Delivery Options</h3>
              <div class="form-group" ng-class="{ 'has-error': collect.deliverytype.$touched &amp;&amp; collect.deliverytype.$invalid } ">
                <label class="control-label">Please choose the option you would like for your parcel(s):</label>
                <select class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" id="DeliveryType" name="deliverytype" ng-model="applicationservice.settings.collectionType">
                  <option value="3" selected="selected">Re-deliver to original address</option>
                  <option value="4">Re-direct to new address</option>
                </select>
              </div>
              <!-- ngIf: applicationservice.settings.collectionType == '4' -->
            </div>
            <div class="number">2</div>
            <div class="fields">
              <h3>Labels</h3>
              <div class="form-group">
                <label class="control-label">Enter your calling card or label number(s):</label>
                <div style="position: relative">
                  <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-maxlength" name="labelnumber" ng-model="labelnumber" label-enter="" maxlength="20">
                </div>
              </div>
              <div growl="" limit-messages="1" inline="true" reference="1" class="ng-isolate-scope">
                <div class="growl-container top-right" ng-class="wrapperClasses()"><!-- ngRepeat: message in growlMessages.directives[referenceId].messages --></div>
              </div>
              <ul class="list-group">
                <!-- ngRepeat: (key, value) in applicationservice.labels -->
              </ul>
            </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="step">
          <div class="step-row">
            <div class="number">3</div>
            <div class="fields">
              <h3>Your details</h3>
              <div class="form-group" ng-class="{ 'has-error': collect.name.$touched &amp;&amp; collect.name.$invalid } ">
                <label class="control-label">Name: <span class="text-danger">*</span></label>
                <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-valid-maxlength ng-valid ng-valid-required" ng-model="applicationservice.sender.name" name="name" ng-required="" ng-maxlength="50" autofocus="">
                <div class="help-block ng-inactive" ng-messages="collect.name.$error" role="alert">
                  <!-- ngMessage: maxlength -->
                  <!-- ngMessage: required -->
                </div>
              </div>
              <div class="form-group" ng-class="{ 'has-error': collect.phone.$touched &amp;&amp; collect.phone.$invalid } ">
                <label class="control-label">Phone:</label>
                <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" name="phone" ng-model="applicationservice.sender.phone" ng-maxlength="50">
                <div class="help-block ng-inactive" ng-messages="collect.phone.$error" role="alert">
                  <!-- ngMessage: maxlength -->
                </div>
              </div>
              <div class="form-group" ng-class="{ 'has-error': collect.email.$touched &amp;&amp; collect.email.$invalid } ">
                <label class="control-label">Email: <span class="text-danger">*</span></label>
                <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-maxlength ng-valid ng-valid-required ng-valid-email" ng-model="applicationservice.sender.email" ng-required="" email="" ng-maxlength="255"
                  name="email">
                <div class="help-block ng-inactive" ng-messages="collect.email.$error" role="alert">
                  <!-- ngMessage: required -->
                  <!-- ngMessage: email -->
                  <!-- ngMessage: maxlength -->
                </div>
              </div>
            </div>
            <div class="number">4</div>
            <div class="fields">
              <h3>Original Parcel(s) Delivery Address</h3>
              <div class="form-group" ng-class="{ 'has-error': collect.SenderAddressLookup.$touched &amp;&amp; collect.SenderAddressLookup.$invalid } ">
                <label class="control-label">Enter your full address: <span class="text-danger">*</span></label>
                <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty pac-target-input" id="SenderAddressLookup" name="SenderAddressLookup" ng-model="SenderAddressLookup"
                  address="applicationservice.sender.address" googleplace="" scrollpoint="SenderAddressLookup" placeholder="Geben Sie einen Standort ein." autocomplete="off">
                <div class="help-block ng-inactive" ng-messages="sender.SenderAddressLookup.$error" role="alert">
                  <!-- ngMessage: required -->
                </div>
              </div>
              <div class="form-group" ng-class="{ 'has-error': collect.address1.$touched &amp;&amp; collect.address1.$invalid } ">
                <label class="control-label">Address Line 1:</label>
                <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-valid-maxlength ng-valid ng-valid-required" name="address1" ng-model="applicationservice.sender.address.address1" ng-required="" ng-maxlength="255">
                <div class="help-block ng-inactive" ng-messages="collect.address1.$error" role="alert">
                  <!-- ngMessage: maxlength -->
                  <!-- ngMessage: maxlength -->
                </div>
              </div>
              <div class="form-group" ng-class="{ 'has-error': collect.address2.$touched &amp;&amp; collect.address2.$invalid } ">
                <label class="control-label">Address Line 2:</label>
                <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" name="address2" ng-model="applicationservice.sender.address.address2" ng-maxlength="255">
                <div class="help-block ng-inactive" ng-messages="collect.address2.$error" role="alert">
                  <!-- ngMessage: maxlength -->
                </div>
              </div>
              <div class="form-group ">
                <label class="control-label">Suburb:</label>
                <input type="text" class="form-control" ng-value="applicationservice.sender.address.suburb" required="" readonly="" value="">
              </div>
              <div class="form-group">
                <label class="control-label">Postcode:</label>
                <input type="text" class="form-control" ng-value="applicationservice.sender.address.postcode" required="" readonly="" value="">
              </div>
              <div class="form-group ">
                <label class="control-label">State:</label>
                <input type="text" class="form-control" ng-value="applicationservice.sender.address.state" readonly="">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-6 col-xs-offset-6 text-right">
        <button class="btn btn-lg btn-primary" ng-click="nextPage()" ng-disabled="collect.$invalid || !applicationservice.hasValidLabels()" disabled="disabled"> Next </button>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12">
        <div class="marker perc30"> 30% complete <i class="fa fa-truck"></i>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

Toggle navigation

 * Our services
   
   * Delivery choices
   * Send your parcel
   * Parcel Connect
   * National satchels
   * eBay sellers
   * Calling card left
   * International
   * eco-satchels
   * Terms and conditions
   * Service updates
 * Tools
   
   * Track
   * Courier locator
   * Quick quote
   * Our rates
   * Free freight analysis
   * myFastway
   * Integrations
   * Online security
   * Delivery times
 * Franchising
   
   * Courier Lite
   * Courier franchise
   * Regional franchise
 * Why Aramex
   
   * About us
   * Our customers
   * Sustainability
   * In the media
   * Our awards
   * Our community
   * Blu Couriers
   * Modern slavery statement
 * Courier locator
 * Contact us
   
   * Aramex depot
   * Aramex courier
   * FAQs
   * IT Support
 * Login


CALLING CARD LEFT

1
?


DELIVERY OPTIONS

Please choose the option you would like for your parcel(s): Re-deliver to
original address Re-direct to new address
2


LABELS

Enter your calling card or label number(s):


3


YOUR DETAILS

Name: *

Phone:

Email: *

4


ORIGINAL PARCEL(S) DELIVERY ADDRESS

Enter your full address: *

Address Line 1:

Address Line 2:

Suburb:
Postcode:
State:
Next
30% complete
×

IMPORTANT INFORMATION

RE-DELIVER TO ORIGINAL ADDRESS

Aramex will arrange re-delivery to the original address on the parcel on the
date that you advise. Please note, we only offer one attempt to re-deliver for
free.

RE-DELIVER TO NEW ADDRESS

Aramex is also able to re-deliver* your parcel to a new address, a re-direction
fee will be charged for this service. Please note for security reasons you’re
required to provide photo ID and the person the parcel is addressed to must be
present to sign for the package. You'll also be required to provide either your
email or mobile phone contact details for us to verify your request.

* For re-delivery within a five kilometre radius of the original address.

Close

ARAMEX DEPOTS

 * Adelaide
 * Albury
 * Ballarat
 * Bendigo
 * Brisbane
 * Cairns
 * Canberra
 * Capricorn Coast
 * Central Coast
 * Coffs Harbour
 * Devonport
 * Geelong
 * Gold Coast
 * Hobart
 * Launceston
 * Mackay
 * Maryborough
 * Melbourne
 * Newcastle
 * Northern Rivers
 * Orange
 * Perth
 * Port Macquarie
 * Sunshine Coast
 * Sydney
 * Toowoomba
 * Townsville
 * Wide Bay
 * Wollongong
 * Young

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

WHY ARAMEX

 * About us
   
 * Our customers
 * Our awards
 * Our community

CONTACT US

OUR SERVICES

 * Send your parcel
 * Parcel Connect
 * National satchels
 * eBay sellers
 * Calling card left

FRANCHISE

 * Aramex franchise
 * Courier franchise opportunities
 * Regional franchise opportunities

PROUDLY SUPPORTING

 * Beyond Blue
 * Cancer Council

TERMS AND CONDITIONS

 * Privacy policy
 * Privacy collection statement
 * Terms of use
 * Conditions of carriage

© Aramex (Australia)