myairtime.co.za Open in urlscan Pro
197.189.219.116  Public Scan

URL: https://myairtime.co.za/register
Submission: On March 29 via api from ZA — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form id="account-register-form" class="form-horizontal" method="POST" novalidate="novalidate">
  <div style="margin-bottom:20px;">
    <div class="form-group">
      <label for="first_name" class="col-sm-4 control-label">Your Name</label>
      <div class="margin-bottom-xs-5 col-sm-4" style="">
        <input type="text" class="form-control" id="first_name" name="first_name" required="" minlength="2" placeholder="First name" aria-required="true">
      </div>
      <div class="col-sm-4" style="">
        <input type="text" class="form-control" id="last_name" name="last_name" required="" minlength="2" placeholder="Last name" aria-required="true">
      </div>
    </div>
    <div class="form-group">
      <label for="email" class="col-sm-4 control-label">Email Address</label>
      <div class="col-sm-8">
        <input type="email" class="form-control" id="email" name="email" required="" placeholder="Your email address" aria-required="true">
      </div>
    </div>
    <div class="form-group">
      <label for="phone" class="col-sm-4 control-label">Contact Number</label>
      <div class="col-sm-8">
        <input type="text" class="form-control" id="phone" name="phone" required="" minlength="10" placeholder="Your contact phone number" aria-required="true">
      </div>
    </div>
    <div class="form-group">
      <label for="password" class="col-sm-4 control-label">Password</label>
      <div class="col-sm-8">
        <input type="password" class="form-control" id="password" name="password" required="" minlength="8" placeholder="Password, min 8 characters" aria-required="true">
      </div>
    </div>
    <div class="form-group" style="display:none;">
      <label for="password1" class="col-sm-4 control-label">Password</label>
      <div class="col-sm-8">
        <input type="password" class="form-control" id="password1" name="password1" required="" minlength="8" placeholder="Password, min 8 characters" aria-required="true">
      </div>
    </div>
    <div id="account-company-open-div" class="form-group">
      <div class="col-sm-offset-4 col-sm-8">
        <i class="primary-color fa fa-fw fa-arrow-circle-right"></i>
        <a class="checkout-optional-btn" href="javascript:void(0);" data-hide="#account-company-open-div" data-show="#account-company-div" data-focus="#account-company-div #company_name">Account is for a company ...</a><br>
      </div>
    </div>
    <div id="account-company-div" style="display:none;">
      <div class="form-group" style="background-color:#e0e0e0; padding:5px 15px;">
        <span class="text-muted"><strong>Company Information</strong></span>
        <a href="javascript:void(0)" data-hide="#account-company-div" data-show="#account-company-open-div" class="checkout-optional-btn text-muted pull-right"><i class="fa fa-times"></i></a>
      </div>
      <div class="form-group">
        <label for="company_name" class="col-sm-4 control-label">Company Name</label>
        <div class="col-sm-8">
          <input type="text" class="form-control" id="company_name" name="company_name" placeholder="Company name">
        </div>
      </div>
      <div class="form-group">
        <label for="company_tax_no" class="col-sm-4 control-label">Company VAT #</label>
        <div class="col-sm-8">
          <input type="text" class="form-control" id="company_tax_no" name="company_tax_no" placeholder="Company VAT #">
        </div>
      </div>
    </div>
    <div id="account-address-open-div" class="form-group">
      <div class="col-sm-offset-4 col-sm-8">
        <i class="primary-color fa fa-fw fa-arrow-circle-right"></i>
        <a class="checkout-optional-btn" href="javascript:void(0);" data-hide="#account-address-open-div" data-show="#account-address-div" data-focus="#account-address-div #line1">Add billing address ...</a><br>
      </div>
    </div>
    <div id="account-address-div" style="display:none;">
      <div class="form-group" style="background-color:#e0e0e0; padding:5px 15px;">
        <span class="text-muted"><strong>Billing Address <small style="font-weight:normal;">(for invoice)</small></strong></span>
        <a href="javascript:void(0)" data-hide="#account-address-div" data-show="#account-address-open-div" class="checkout-optional-btn text-muted pull-right"><i class="fa fa-times"></i></a>
      </div>
      <div class="form-group">
        <label for="line1" class="col-sm-4 control-label">Address</label>
        <div class="col-sm-8">
          <input type="text" class="form-control" id="line1" name="line1" required="" minlength="2" placeholder="Address (line 1)" aria-required="true">
        </div>
      </div>
      <div class="form-group">
        <label for="line1" class="col-sm-4 control-label"></label>
        <div class="col-sm-8">
          <input type="text" class="form-control" id="line2" name="line2" minlength="2" placeholder="Address (line 2)">
        </div>
      </div>
      <div class="form-group">
        <label for="suburb" class="col-sm-4 control-label">Suburb</label>
        <div class="col-sm-8">
          <input type="text" class="form-control" id="suburb" name="suburb" minlength="2" placeholder="Suburb">
        </div>
      </div>
      <div class="form-group">
        <label for="city" class="col-sm-4 control-label">City</label>
        <div class="col-sm-8">
          <input type="text" class="form-control" id="city" name="city" minlength="2" placeholder="City">
        </div>
      </div>
      <div class="form-group">
        <label for="code" class="col-sm-4 control-label">Code</label>
        <div class="col-sm-5">
          <input type="text" class="form-control" id="code" name="code" required="" minlength="4" maxlength="4" placeholder="Code" aria-required="true">
        </div>
      </div>
      <input type="hidden" class="form-control" id="country" name="country" value="ZA">
      <input type="hidden" id="use" name="use" value="billing">
    </div>
    <div id="submit-error-div" class="row form-group" style="display:none;">
      <label class="col-sm-4 control-label"></label>
      <div class="col-sm-8">
        <label class="error message"> &nbsp; </label>
      </div>
    </div>
    <div class="row">
      <div class="col-sm-offset-4 col-sm-8">
        <div><button type="submit" class="btn-system btn-medium">Open an Account <i class="fa fa-fw fa-arrow-circle-right"></i></button></div>
        <div style="padding-top:10px; line-height:25px;">
        </div>
      </div>
    </div>
  </div>
</form>

<form class="subscribe">
  <input type="text" placeholder="mail@example.com">
  <input type="submit" class="btn-system" value="Send">
</form>

Text Content

Welcome to myAirtime.co.za | Sign-In | Open an Account
 * Contact Us
 * info@myairtime.co.za
 * +27 87 330 1155

 * Home
 * COVID-19 Operation
 * How It Works
 * Bulk Recharge

      
 * Home
 * LTE Data
 * How It Works
 * F.A.Q.
   


OPEN AN ACCOUNT

Sign-in into your myAirtime.co.za account

 * Home
 * Open an Account


OPEN AN ACCOUNT

Your Name


Email Address

Contact Number

Password

Password

Account is for a company ...

Company Information
Company Name

Company VAT #

Add billing address ...

Billing Address (for invoice)
Address


Suburb

City

Code

 
Open an Account



ALREADY HAVE AN ACCOUNT?

Sign-in

myAirtime.co.za is a website dedicated to Prepaid Airtime, Data & SMS Bundle
Recharges, on all major networks, Vodacom, MTN, Cell C and Telkom Mobile,
operated by South Africa's favourite 1StopShop.co.za (est. 2007, formerly known
as Nivo Shopping). We have been delivering airtime since year 2010, and have
delivered hundreds of thousands of recharges over the years!

INFORMATION

 * Payment Information
 * Delivery Information
 * Refund Policy
 * Privacy Policy
 * Terms & Conditions

ABOUT US

 * Contact Us
 * About Us

 * Phone Number: +27 87 330 1155
 * Email: info@myairtime.co.za
 * Website: myairtime.co.za

SUBSCRIBE

Join our mailing list to be the first to know about any special deals and
promotions



FOLLOW US

 * 
 * 

© 2007 - 2020 Brought to you by 1StopShop.co.za - All Rights Reserved |
www.1stopshop.co.za

Powered by RetailConnection SA | www.retailconnection.co.za