www.myaccount.urmgroup.com.au Open in urlscan Pro
110.232.143.1  Public Scan

URL: https://www.myaccount.urmgroup.com.au/
Submission: On August 21 via automatic, source certstream-suspicious — Scanned from AU

Form analysis 3 forms found in the DOM

Name: downloadAppFormPOST

<form class="form-horizontal" action="" name="downloadAppForm" id="downloadAppForm" method="post" novalidate="novalidate">
  <div class="modal-content">
    <div class="modal-header ">
      <div class="col-11 text-center">
        <h5 class="modal-title" id="downloadAppModalLabel">Get the URM BinBooker mobile App - it's free.</h5>
      </div>
      <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
    </div>
    <div class="modal-body">
      <div class="downloadAppBlock">
        <div class="row">
          <div class="col-12 col-12">To download the mobile app for your iPhone/Android device, please submit your email and you will receive an email that contains a link to download the app onto your mobile device.</div>
        </div>
        <div class="row my-2">
          <div class="col-md-12">
            <div class="form-floating">
              <input type="text" name="downloadapp_email" value="" id="downloadapp_email" class="form-control" placeholder="E-mail">
              <label class="form-label" for="downloadapp_email">E-mail<span class="text-danger"> *</span></label>
            </div>
          </div>
        </div>
        <div class="col-md-12 text-danger" id="appdownload-error"></div>
      </div>
      <div id="sendDownloadAppBlock" style="display: none;">
        <div class="row my-4">
          <div class="col-12 col-12"> A link has been sent via email to your nominated email address. Once you click the link it will open in a new browser page on your mobile device with two links.<br><br> To install the app please follow the steps
            below:<br><br> For Apple iPhone, please click on the link <b>BinBooker for iPhone/iPad</b>.<br><br> For Android, please click on the link <b>BinBooker for Android</b>. </div>
        </div>
      </div>
    </div>
    <div class="modal-footer justify-content-center downloadAppBlock">
      <button type="submit" class="btn btn-primary" id="dpsubmit">Send</button>&nbsp;&nbsp;&nbsp;&nbsp; <img src="https://www.myaccount.urmgroup.com.au/assets/frontend/images/loading.gif" id="downloadapp-loading" style="display: none;">
      <!--<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>-->
    </div>
  </div>
</form>

Name: newUserRegisterFormPOST

<form class="form-horizontal" action="" name="newUserRegisterForm" id="newUserRegisterForm" method="post" novalidate="novalidate">
  <input type="hidden" name="bin_user_id" id="bin_user_id" value="">
  <div class="modal-body">
    <div class="addbinuserBlock">
      <div class="text-end text-danger">*All the fields are required.</div>
      <div class="row mb-3">
        <div class="col-md-6">
          <div class="form-floating">
            <input type="text" name="company_name" value="" id="company_name" class="form-control" placeholder="Company Name">
            <label class="form-label" for="company_name">Company Name <span class="text-danger"> *</span></label>
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-floating">
            <input type="text" name="account_no" value="" id="account_no" class="form-control" placeholder="Account Number">
            <label class="form-label" for="account_no">Account Number <span class="text-danger"> *</span></label>
          </div>
        </div>
      </div>
      <div class="row mb-3">
        <div class="col-md-6">
          <div class="form-floating">
            <input type="text" name="first_name" value="" id="first_name" class="form-control" placeholder="First Name">
            <label class="form-label" for="first_name">First Name <span class="text-danger"> *</span></label>
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-floating">
            <input type="text" name="last_name" value="" id="last_name" class="form-control" placeholder="Last Name">
            <label class="form-label" for="last_name">Last Name <span class="text-danger"> *</span></label>
          </div>
        </div>
      </div>
      <div class="row mb-3">
        <div class="col-md-6">
          <div class="form-floating">
            <input type="text" name="email_id" value="" id="email_id" class="form-control" placeholder="E-mail">
            <label class="form-label" for="email_id">E-mail <span class="text-danger"> *</span></label>
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-floating">
            <input type="text" name="contact_no" value="" id="contact_no" class="form-control" placeholder="Contact Number">
            <label class="form-label" for="contact_no">Contact Number<span class="text-danger"> *</span></label>
          </div>
        </div>
      </div>
      <div class="row mb-3">
        <div class="col-md-6">
          <div class="form-floating">
            <input type="password" name="password" value="" id="password" class="form-control" placeholder="Password">
            <!--<i class="fa fa-eye fs-4 password-toggle" onclick="togglePassword('password')"></i>-->
            <label class="form-label" for="password">Password<span class="text-danger"> *</span></label>
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-floating">
            <input type="password" name="confpassword" value="" id="confpassword" class="form-control" placeholder="Confirm Password">
            <!--<i class="fa fa-eye fs-4 password-toggle" onclick="togglePassword('confpassword')"></i>-->
            <label class="form-label" for="confpassword">Confirm Password<span class="text-danger"> *</span></label>
          </div>
        </div>
      </div>
      <div class="row mb-3">
        <div class="col-md-12 text-danger text-center" id="add-error"></div>
      </div>
    </div>
    <div id="sendaddbinuserBlock" style="display: none;">
      <div class="row my-4">
        <div class="col-12 col-12">Thank you for registering with us. You will get an email after Admin approval very shortly.</div>
      </div>
    </div>
  </div>
  <!-- Modal Footer -->
  <div class="modal-footer justify-content-center addbinuserBlock">
    <input type="submit" class="btn btn-primary" name="binuserAdd" id="binuserAdd" value="Add">&nbsp;&nbsp;&nbsp;&nbsp; <img src="https://www.myaccount.urmgroup.com.au/assets/frontend/images/loading.gif" id="adduser-loading"
      style="display: none;">&nbsp;&nbsp;&nbsp;&nbsp; <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
  </div>
</form>

Name: forgotPasswordFormPOST

<form class="form-horizontal" action="" name="forgotPasswordForm" id="forgotPasswordForm" method="post" novalidate="novalidate">
  <div class="modal-content">
    <div class="modal-header ">
      <div class="col-11 text-center">
        <h5 class="modal-title" id="forgotPasswordModalLabel">Forgot Password</h5>
      </div>
      <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
    </div>
    <div class="modal-body">
      <div class="forgotPasswordBlock">
        <div class="row">
          <div class="col-12 col-12">If you can't remember your password, fill in the box below and a password will be emailed back to your registered email address. Once you have your Account no and password you can log-in again to acess the online
            services. If you can't remember your email id &amp; account no, please contact our friendly Customer Support Team on 131 876.</div>
        </div>
        <div class="row my-2">
          <div class="col-md-12">
            <div class="form-floating">
              <input type="text" name="forgot_account_no" value="" id="forgot_account_no" class="form-control" placeholder="Account Number">
              <label class="form-label" for="forgot_account_no">Account Number<span class="text-danger"> *</span></label>
            </div>
          </div>
        </div>
        <div class="col-md-12 text-danger" id="forgot-error"></div>
      </div>
      <div id="sendforgotPasswordBlock" style="display: none;">
        <div class="row my-4">
          <div class="col-12 col-12">Please check your email. The password has been sent to your registered email address.</div>
        </div>
      </div>
    </div>
    <div class="modal-footer justify-content-center forgotPasswordBlock">
      <button type="submit" class="btn btn-primary" id="pwdsubmit">Submit</button>&nbsp;&nbsp;&nbsp;&nbsp; <img src="https://www.myaccount.urmgroup.com.au/assets/frontend/images/loading.gif" id="forgot-loading" style="display: none;">
      <!--<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>-->
    </div>
  </div>
</form>

Text Content


New User? Click to Register | Forgot Password?


GET THE URM BINBOOKER MOBILE APP - IT'S FREE.

To download the mobile app for your iPhone/Android device, please submit your
email and you will receive an email that contains a link to download the app
onto your mobile device.
E-mail *

A link has been sent via email to your nominated email address. Once you click
the link it will open in a new browser page on your mobile device with two
links.

To install the app please follow the steps below:

For Apple iPhone, please click on the link BinBooker for iPhone/iPad.

For Android, please click on the link BinBooker for Android.
Send    

NEW USER REGISTRATION

*All the fields are required.
Company Name *
Account Number *
First Name *
Last Name *
E-mail *
Contact Number *
Password *
Confirm Password *

Thank you for registering with us. You will get an email after Admin approval
very shortly.
          Close

FORGOT PASSWORD

If you can't remember your password, fill in the box below and a password will
be emailed back to your registered email address. Once you have your Account no
and password you can log-in again to acess the online services. If you can't
remember your email id & account no, please contact our friendly Customer
Support Team on 131 876.
Account Number *

Please check your email. The password has been sent to your registered email
address.
Submit