columbiaproperty.ca Open in urlscan Pro
72.142.150.137  Public Scan

URL: https://columbiaproperty.ca/rental-application/
Submission: On November 28 via manual from CA — Scanned from CA

Form analysis 1 forms found in the DOM

<form class="columbia-form" id="applicationForm">
  <div class="row">
    <input type="hidden" name="submitApplicationFormTrigger">
    <input type="hidden" name="nonce" value="63852e8e3e85b">
    <!--<br />
<b>Notice</b>:  Undefined variable: ListingID in <b>/var/www/html/wp-content/plugins/columbia-plugin/columbia-plugin.php</b> on line <b>424</b><br />
-->
    <div class="col-sm-12">
      <label class="required-field">Property of interest</label>
      <select required="" name="ListingID" class="form-control">
        <option value="">Select a listing</option>
        <option value="2430">Juniper Terrace #15</option>
        <option value="2426">181 McGill Road</option>
        <option value="2425">Mariposa Manor #205 - batchelor</option>
        <option value="2424">1825 Whistler Crt-basement</option>
        <option value="2423">880 Cramond Road</option>
        <option value="2422">Juniper Terrace #7 </option>
        <option value="2419">740C Kyle Drive</option>
        <option value="2397">York Apartments #103 2bd</option>
        <option value="2394">York Apartments #203 2bd</option>
        <option value="2367">Lightwell #515</option>
        <option value="2366">175 Robson Drive</option>
        <option value="2340">568 Gleneagles Dr-TOP FLOOR</option>
        <option value="2292">Royal Residences #508</option>
        <option value="2057">Dallas Towne Centre #216</option>
        <option value="1822">DOWNTOWN PARKING </option>
        <option value="1810">Carmel Place 55+ Senior #303</option>
        <option value="1766">Delerada #2</option>
        <option value="1702">Summer's Landing #81 - Tobiano</option>
        <option value="1655">Airport Mini Storage</option>
      </select>
    </div>
    <!---->
    <input type="hidden" name="Country" value="Canada">
    <div class="col-sm-12">
      <span class="notice">PLEASE COMPLETE THIS APPLICATION AFTER YOU HAVE VIEWED THE PROPERTY</span>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <label class="required-field">Date Viewed</label>
        <input required="" type="date" id="txtDate" name="DateViewed" class="form-control" max="2022-11-28">
      </div>
    </div>
  </div>
  <div style="display:flex">
    <div class="tab-container">
      <div class="tab active" onclick="switchTab(this)" data-index="1"> Applicant 1 </div>
    </div>
    <button type="button" id="add-applicant"> Add applicant </button>
  </div>
  <div class="tab-pane-container">
    <div class="tab-pane active" data-index="1">
      <div class="row">
        <div class="col-sm-12">
          <h6>Applicants Information</h6>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">(Legal) First Name</label>
            <input required="" type="text" name="FirstName[]" class="form-control" onchange="updateTab(this)">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">(Legal) Last Name</label>
            <input required="" type="text" name="LastName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Reason for moving</label>
            <input required="" type="text" name="ReasonForMoving[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Email</label>
            <input required="" type="email" name="Email[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Phone Number</label>
            <input required="" type="tel" name="Phone[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Date of birth</label>
            <input required="" type="date" name="DateOfBirth[]" max="2007-11-28" class="form-control">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12">
          <h6>Applicants Present Address</h6>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Address</label>
            <input required="" type="text" name="Address[]" class="form-control">
          </div>
          <div class="form-group">
            <label>Address 2</label>
            <input type="text" name="Address2[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">City</label>
            <input required="" type="text" name="City[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Province</label>
            <input required="" type="text" name="Province[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Postal Code</label>
            <input required="" type="text" name="PostalCode[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">How long have you lived at this address?</label>
            <input required="" type="text" name="LengthOfStay[]" class="form-control">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12">
          <h6>Applicants Landlord Information</h6>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">First Name</label>
            <input required="" type="text" name="LandlordFirstName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Last Name</label>
            <input required="" type="text" name="LandlordLastName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Phone Number</label>
            <input required="" type="tel" name="LandlordPhone[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Email</label>
            <input required="" type="text" name="LandlordEmail[]" class="form-control">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12">
          <h6>Applicants Previous Address</h6>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Address</label>
            <input required="" type="text" name="PreviousAddress[]" class="form-control">
          </div>
          <div class="form-group">
            <label>Address 2</label>
            <input type="text" name="PreviousAddress2[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">City</label>
            <input required="" type="text" name="PreviousCity[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Province</label>
            <input required="" type="text" name="PreviousProvince[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Postal Code</label>
            <input required="" type="text" name="PreviousPostalCode[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Country</label>
            <input required="" type="text" name="PreviousCountry[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">How long did you live at this address?</label>
            <input required="" type="text" name="PreviousLengthOfStay[]" class="form-control">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12">
          <h6>Applicants Previous Landlord Information</h6>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">First Name</label>
            <input required="" type="text" name="PreviousLandlordFirstName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Last Name</label>
            <input required="" type="text" name="PreviousLandlordLastName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Phone Number</label>
            <input required="" type="tel" name="PreviousLandlordPhone[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Email</label>
            <input required="" type="tel" name="PreviousLandlordEmail[]" class="form-control">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12">
          <h6>Employment Information</h6>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Employer Name</label>
            <input required="" type="text" name="EmployerName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Position</label>
            <input required="" type="text" name="EmployerPosition[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Length of Employment</label>
            <input required="" type="text" name="EmployerDuration[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Address</label>
            <input required="" type="text" name="EmployerAddress[]" class="form-control">
          </div>
          <div class="form-group">
            <label>Address 2</label>
            <input type="text" name="EmployerAddress2[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">City</label>
            <input required="" type="text" name="EmployerCity[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Province</label>
            <input required="" type="text" name="EmployerProvince[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Postal Code</label>
            <input type="text" name="EmployerPostalCode[]" class="form-control" required="">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Phone Number</label>
            <input required="" type="tel" name="EmployerPhone[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Monthly Salary or Per Hour</label>
            <input required="" type="text" name="EmployerSalary[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Other Income</label>
            <input required="" type="text" name="EmployerOtherIncome[]" class="form-control">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-sm-12">
          <h6>Applicants Emergency Contacts</h6>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">First Name</label>
            <input required="" type="text" name="EmergencyFirstName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-6">
          <div class="form-group">
            <label class="required-field">Last Name</label>
            <input required="" type="text" name="EmergencyLastName[]" class="form-control">
          </div>
        </div>
        <div class="col-sm-12">
          <div class="form-group">
            <label class="required-field">Phone Number</label>
            <input type="tel" name="EmergencyPhone[]" class="form-control" required="">
          </div>
        </div>
      </div>
    </div> <!--End tab pane-->
  </div> <!--End tab pane container-->
  <button type="button" id="add-applicant"> Add applicant </button>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group">
        <br>
        <label><b>Children/Additional Persons Under 18 Who Intend to Occupy</b></label>
        <input type="text" name="OtherPersons" class="form-control">
      </div>
    </div>
    <div class="col-sm-12">
      <div class="form-group">
        <br>
        <label><b>Request for permission to have on the property a pet(s) described as follows:</b></label>
        <textarea name="PetDescription" class="form-control"></textarea>
      </div>
    </div>
    <div class="col-sm-12">
      <div class="form-group">
        <br>
        <label>Notes</label>
        <textarea name="Notes" class="form-control"></textarea>
      </div>
    </div>
    <div class="col-sm-12">
      <p><input type="checkbox" name="AgreeToTerms" value="1" required=""> I hereby agree that Columbia Property Management Ltd. will only use the above information for verification purposes in support of my application for rental properties. I
        acknowledge that a deposit equal to one 1/2 month's rent will be due upon approval of this application agreement. I further acknowledge that my tenancy will not be deemed approved until acceptance of this application and receipt of deposit.
        If I fail to execute the lease once the tenancy is accepted and the deposit is paid, I agree that the said deposit shall be absolutely forfeited to the landlord. I acknowledge credit and social media checks will be completed on all
        applicants.</p>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <p><b>THE ABOVE INFORMATION IS KEPT STRICTLY CONFIDENTIAL</b></p>
    </div>
    <div class="col-sm-12">
      <button class="btn btn-success btn-fill">SUBMIT</button>
    </div>
  </div>
</form>

Text Content

Skip to content
 * info@columbiaproperty.ca *protected email*

 * 250-851-9310

 * Services
   * Strata Management
     * Strata Document Order
     * CPM Strata Document Order Form
     * PAP Form
   * Residential Management
   * Commercial Management
   * Request for Proposal
 * Resources
   * Strata Document Order
   * Maintenance Request
   * Rental Application
 * Rental Listings
 * Contact Us

Menu
 * Services
   * Strata Management
     * Strata Document Order
     * CPM Strata Document Order Form
     * PAP Form
   * Residential Management
   * Commercial Management
   * Request for Proposal
 * Resources
   * Strata Document Order
   * Maintenance Request
   * Rental Application
 * Rental Listings
 * Contact Us




RENTAL APPLICATION

Home » Rental Application


RENTAL APPLICATION

Property of interest Select a listing Juniper Terrace #15 181 McGill Road
Mariposa Manor #205 - batchelor 1825 Whistler Crt-basement 880 Cramond Road
Juniper Terrace #7 740C Kyle Drive York Apartments #103 2bd York Apartments #203
2bd Lightwell #515 175 Robson Drive 568 Gleneagles Dr-TOP FLOOR Royal Residences
#508 Dallas Towne Centre #216 DOWNTOWN PARKING Carmel Place 55+ Senior #303
Delerada #2 Summer's Landing #81 - Tobiano Airport Mini Storage
PLEASE COMPLETE THIS APPLICATION AFTER YOU HAVE VIEWED THE PROPERTY
Date Viewed
Applicant 1
Add applicant

APPLICANTS INFORMATION

(Legal) First Name
(Legal) Last Name
Reason for moving
Email
Phone Number
Date of birth

APPLICANTS PRESENT ADDRESS

Address
Address 2
City
Province
Postal Code
How long have you lived at this address?

APPLICANTS LANDLORD INFORMATION

First Name
Last Name
Phone Number
Email

APPLICANTS PREVIOUS ADDRESS

Address
Address 2
City
Province
Postal Code
Country
How long did you live at this address?

APPLICANTS PREVIOUS LANDLORD INFORMATION

First Name
Last Name
Phone Number
Email

EMPLOYMENT INFORMATION

Employer Name
Position
Length of Employment
Address
Address 2
City
Province
Postal Code
Phone Number
Monthly Salary or Per Hour
Other Income

APPLICANTS EMERGENCY CONTACTS

First Name
Last Name
Phone Number
Add applicant

Children/Additional Persons Under 18 Who Intend to Occupy

Request for permission to have on the property a pet(s) described as follows:

Notes

I hereby agree that Columbia Property Management Ltd. will only use the above
information for verification purposes in support of my application for rental
properties. I acknowledge that a deposit equal to one 1/2 month's rent will be
due upon approval of this application agreement. I further acknowledge that my
tenancy will not be deemed approved until acceptance of this application and
receipt of deposit. If I fail to execute the lease once the tenancy is accepted
and the deposit is paid, I agree that the said deposit shall be absolutely
forfeited to the landlord. I acknowledge credit and social media checks will be
completed on all applicants.

THE ABOVE INFORMATION IS KEPT STRICTLY CONFIDENTIAL

SUBMIT



SERVICES

 * Strata Management
 * Residential Management
 * Commercial Management
 * Request For proposal


RENTAL LISTINGS

 * Rental Applications


RESOURCES

 * Order Documents
 * Maintenance Request


CONTACT US

 * #100-388 1st Avenue Kamloops, BC, V2C 6W3
 * 250-851-9310
 * info@columbiaproperty.ca *protected email*

Facebook


© ALL RIGHTS RESERVED

Kamloops Web Design and SEO Provided by Adroit Technologies.