www.rentapplication.net Open in urlscan Pro
143.204.98.82  Public Scan

URL: https://www.rentapplication.net/apply/tivoli-interest/
Submission: On February 28 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: application_form

<form application="" name="application_form" ng-submit="submit_app(application_form)" novalidate="" class="application active ng-pristine ng-invalid ng-invalid-required ng-valid-email">
  <div style="padding-left: 0px; padding-right: 0px;" class="app-display">
    <div style="float:right; display: flex; flex-direction: column;" class="right">
      <div style="max-width: 400px;" class="right-side"><!-- ngIf: app_or_application_template.landlord.logo -->
        <ul><!-- ngIf: app_or_application_template.landlord.address --><!-- ngIf: app_or_application_template.landlord.phone --><!-- ngIf: app_or_application_template.landlord.display_email -->
          <li ng-if="app_or_application_template.landlord.display_email" class="open-popup-close ng-scope">
            <div class="container-icon email"></div>
            <overflow type="Email" max-char="34" display-text="stvboucher@yahoo.com" class="ng-isolate-scope">
              <div class="container-overflow"><!-- ngIf: !use_overflow -->
                <div ng-if="!use_overflow" class="text-container ng-scope"> <!-- ngIf: type != 'Website' -->
                  <p ng-if="type != 'Website'" class="ng-binding ng-scope">stvboucher@yahoo.com</p><!-- end ngIf: type != 'Website' --><!-- ngIf: type === 'Website' -->
                </div>
                <!-- end ngIf: !use_overflow --><!-- ngIf: use_overflow --><!-- ngIf: type != 'Email' && type != 'Website' --><!-- ngIf: type === 'Email' --><a ng-if="type === 'Email'" href="mailto:stvboucher@yahoo.com" ng-class="{'active': toggled }" class="ng-binding ng-scope">stvboucher@yahoo.com</a><!-- end ngIf: type === 'Email' --><!-- ngIf: type === 'Website' -->
              </div>
            </overflow>
          </li><!-- end ngIf: app_or_application_template.landlord.display_email --><!-- ngIf: app_or_application_template.landlord.company_name --><!-- ngIf: app_or_application_template.landlord.website -->
        </ul>
        <div class="line"></div>
        <p class="left">Application Fee</p>
        <p ng-class="{linethrough: app_or_application_template.is_paid == true}" class="right ng-binding">$0.00</p>
        <div class="cf"></div>
      </div>
      <div style="max-width:400px;" class="right-side">
        <div>
          <h4>Your data is protected</h4>
        </div>
        <div class="line"></div>
        <ul>
          <li>
            <div class="container-icon lock"></div>
            <p style="font-weight:400; font-size:14px;">SSNs and credit cards are never visible to landlords</p>
          </li>
          <li>
            <div class="container-icon verified"></div>
            <p style="font-weight:400;font-size:14px;">Data is never sold to third-parties </p>
          </li>
        </ul>
      </div>
    </div>
    <div class="left-side"><!-- ngIf: !app_or_application_template.$resolved --><!-- ngIf: app_or_application_template -->
      <div ng-if="app_or_application_template" class="ng-scope"><!-- ngRepeat: section in app_or_application_template.form.sections -->
        <div ng-repeat="section in app_or_application_template.form.sections" class="ng-scope">
          <div ng-class="{'info-last': $last, active: section.active}" class="info section-error active">
            <div ng-class="{head: (stage === 'apply' || stage === 'edit') }" ng-click="section.active = !section.active" class="head">
              <div class="image"><!--img()--></div>
              <div class="section-error-head">
                <h2 ng-class="{required: section.error}" class="ng-binding">Application Information</h2>
              </div>
            </div>
            <div class="inputs"><!-- ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="text_display-c3674" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display -->
                    <textdisplay field="field" ng-switch-when="text_display" mode="edit" index="index" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" class="text-display"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h5 class="ng-binding">APPLICATION OF INTEREST (Only)</h5>
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </textdisplay><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="unit" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field -->
                    <unit field="field" ng-switch-when="unit_field" mode="edit" stage="stage" index="index" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><!-- ngIf: stage=='edit' --><!-- ngIf: stage!='edit' -->
                          <div ng-if="stage!='edit'" class="ng-scope">
                            <h4 class="ng-binding">What Is The Address Of The Property You Are Applying To?<!-- ngIf: field.required --><span ng-if="field.required" class="ng-scope">*</span><!-- end ngIf: field.required --></h4><textarea name="unit"
                              ng-required="field.required" ng-model="field.value" placeholder="Example: 100 N. State St. Unit 45. Chicago, IL 60602" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required"
                              required="required"></textarea>
                          </div><!-- end ngIf: stage!='edit' -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </unit><!-- end ngSwitchWhen: --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c4804" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">Applicant Name<span>&nbsp;*</span></h4><!-- ngIf: !validation --><input ng-if="!validation" type="text" name="c4804" ng-required="field.required"
                            ng-model="field.value" placeholder="" ng-blur="check_content($event)" class="form-control single-line-input ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required"
                            required="required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="applicant_email" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email -->
                    <email field="field" ng-switch-when="email" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">What Is Your Email Address?<span>&nbsp;*</span></h4><input type="email" name="applicant_email" ng-required="field.required" ng-model="field.value"
                            class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" required="required">
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </email>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope">This is used only for your landlord to contact you or if you need to access your application.</p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c4850" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">Applicant Phone Number</h4><!-- ngIf: !validation --><input ng-if="!validation" type="text" name="c4850" ng-required="field.required" ng-model="field.value"
                            placeholder="" ng-blur="check_content($event)" class="form-control single-line-input ng-pristine ng-untouched ng-valid ng-scope ng-empty ng-valid-required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div>
              <!-- end ngRepeat: field in section.fields --><!-- ngIf: $last && current_state !== 'root.applications.apply_sample' -->
            </div>
          </div>
          <div class="cf"></div><!-- ngIf: !$last -->
          <div ng-if="!$last" class="line ng-scope"></div><!-- end ngIf: !$last -->
        </div><!-- end ngRepeat: section in app_or_application_template.form.sections -->
        <div ng-repeat="section in app_or_application_template.form.sections" class="ng-scope">
          <div ng-class="{'info-last': $last, active: section.active}" class="info section-error active">
            <div ng-class="{head: (stage === 'apply' || stage === 'edit') }" ng-click="section.active = !section.active" class="head">
              <div class="image"><!--img()--></div>
              <div class="section-error-head">
                <h2 ng-class="{required: section.error}" class="ng-binding">Questions</h2>
              </div>
            </div>
            <div class="inputs"><!-- ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="current_employer__start_date" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">When is your potential earliest move-in date?<span>&nbsp;*</span></h4><!-- ngIf: !validation --><input ng-if="!validation" type="text"
                            name="current_employer__start_date" ng-required="field.required" ng-model="field.value" placeholder="" ng-blur="check_content($event)"
                            class="form-control single-line-input ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required" required="required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="multi_line-c191" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line -->
                    <multiline field="field" ng-switch-when="multi_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">Why are you moving from your current location? Did you have any problem(s) with your past living situation that I should be aware of?<span>&nbsp;*</span></h4>
                          <textarea name="multi_line-c191" ng-required="field.required" ng-model="field.value" ng-attr-placeholder="field.placeholder" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required"
                            placeholder="field.placeholder" required="required"></textarea>
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </multiline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c7069" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line -->
                    <multiline field="field" ng-switch-when="multi_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">How many other people, including minors, would be living with you (please also include name(s) of other applicants)?<span>&nbsp;*</span></h4><textarea
                            name="c7069" ng-required="field.required" ng-model="field.value" ng-attr-placeholder="field.placeholder" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required" placeholder="field.placeholder"
                            required="required"></textarea>
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </multiline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c208" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">What is your monthly income?<span>&nbsp;*</span></h4><!-- ngIf: !validation --><input ng-if="!validation" type="text" name="c208" ng-required="field.required"
                            ng-model="field.value" placeholder="" ng-blur="check_content($event)" class="form-control single-line-input ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required"
                            required="required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope">(Income will be verified at a later time.)</p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c351" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">What do you do for a living and how long have you been employed in that occupation?<span>&nbsp;*</span></h4><!-- ngIf: !validation --><input ng-if="!validation"
                            type="text" name="c351" ng-required="field.required" ng-model="field.value" placeholder="" ng-blur="check_content($event)"
                            class="form-control single-line-input ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required" required="required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c501" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">How would you describe your credit history (poor, fair, good, excellent)? Please list approximate credit score, if known.<span>&nbsp;*</span></h4>
                          <!-- ngIf: !validation --><input ng-if="!validation" type="text" name="c501" ng-required="field.required" ng-model="field.value" placeholder="" ng-blur="check_content($event)"
                            class="form-control single-line-input ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required" required="required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope">(Official credit history/score will be verified at a later time.)</p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c12005" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice -->
                    <choice field="field" ng-switch-when="choice" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: view -->
                        <div class="radio-buttons"><!-- ngSwitchWhen: edit -->
                          <div ng-switch-when="edit" class="ng-scope">
                            <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">Do you, or anyone who would be living with you, smoke?<span>&nbsp;*</span></h4><!-- ngRepeat: choice in field.choices track by $index -->
                            <div ng-repeat="choice in field.choices track by $index" class="radio-container ng-scope">
                              <div unselectable="on" style="user-select: none; display: inline-block; position: relative; margin-right: 10px;" ng-click="field.value = choice.value" ng-class="{checked: field.value === choice.value}" class="jq-radio">
                                <input type="radio" name="group2" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="Yes" ng-model="field.value" id="radio-c12005-0"
                                  class="ng-pristine ng-untouched ng-valid ng-empty">
                                <div class="jq-radio__div"></div>
                              </div><label for="radio-c12005-0" class="ng-binding">Yes</label>
                              <div class="cf"></div>
                            </div><!-- end ngRepeat: choice in field.choices track by $index -->
                            <div ng-repeat="choice in field.choices track by $index" class="radio-container ng-scope">
                              <div unselectable="on" style="user-select: none; display: inline-block; position: relative; margin-right: 10px;" ng-click="field.value = choice.value" ng-class="{checked: field.value === choice.value}" class="jq-radio">
                                <input type="radio" name="group2" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="No" ng-model="field.value" id="radio-c12005-1"
                                  class="ng-pristine ng-untouched ng-valid ng-empty">
                                <div class="jq-radio__div"></div>
                              </div><label for="radio-c12005-1" class="ng-binding">No</label>
                              <div class="cf"></div>
                            </div><!-- end ngRepeat: choice in field.choices track by $index -->
                          </div><!-- end ngSwitchWhen: -->
                        </div>
                      </div>
                    </choice>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c2068" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox -->
                    <checkbox field="field" ng-switch-when="checkbox" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: view --><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="check-buttons ng-scope">
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">Have you, or any co-applicant, ever:<span>&nbsp;*</span></h4><!-- ngRepeat: choice in field.choices -->
                          <div ng-repeat="choice in field.choices" class="check-container ng-scope">
                            <div id="checkbox-styler" ng-class="{checked: field.value[choice.value]}" ng-click="field.value[choice.value] = !field.value[choice.value]" class="jq-checkbox app-checkbox"><input id="check-c2068-0" type="checkbox"
                                name="c2068" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="Filed for bankruptcy?" ng-model="field.value[choice.value]" ng-required="required"
                                class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required">
                              <div class="jq-checkbox__div"></div>
                            </div><label for="check-c2068-0" ng-click="field.value[choice.value] = !field.value[choice.value]" class="ng-binding">Filed for bankruptcy?</label>
                            <div class="cf"></div>
                          </div><!-- end ngRepeat: choice in field.choices -->
                          <div ng-repeat="choice in field.choices" class="check-container ng-scope">
                            <div id="checkbox-styler" ng-class="{checked: field.value[choice.value]}" ng-click="field.value[choice.value] = !field.value[choice.value]" class="jq-checkbox app-checkbox"><input id="check-c2068-1" type="checkbox"
                                name="c2068" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="Been evicted, received an unlawful detainer notice, or left a tenancy owing money?"
                                ng-model="field.value[choice.value]" ng-required="required" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required">
                              <div class="jq-checkbox__div"></div>
                            </div><label for="check-c2068-1" ng-click="field.value[choice.value] = !field.value[choice.value]" class="ng-binding">Been evicted, received an unlawful detainer notice, or left a tenancy owing money?</label>
                            <div class="cf"></div>
                          </div><!-- end ngRepeat: choice in field.choices -->
                          <div ng-repeat="choice in field.choices" class="check-container ng-scope">
                            <div id="checkbox-styler" ng-class="{checked: field.value[choice.value]}" ng-click="field.value[choice.value] = !field.value[choice.value]" class="jq-checkbox app-checkbox"><input id="check-c2068-2" type="checkbox"
                                name="c2068" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="None of the above" ng-model="field.value[choice.value]" ng-required="required"
                                class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required">
                              <div class="jq-checkbox__div"></div>
                            </div><label for="check-c2068-2" ng-click="field.value[choice.value] = !field.value[choice.value]" class="ng-binding">None of the above</label>
                            <div class="cf"></div>
                          </div><!-- end ngRepeat: choice in field.choices -->
                        </div><!-- end ngSwitchWhen: -->
                      </div>
                    </checkbox><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope">(Bankruptcy, eviction, landlord history will be verified at a later time.)</p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c503" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice -->
                    <choice field="field" ng-switch-when="choice" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: view -->
                        <div class="radio-buttons"><!-- ngSwitchWhen: edit -->
                          <div ng-switch-when="edit" class="ng-scope">
                            <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">Do you have any pets?<span>&nbsp;*</span></h4><!-- ngRepeat: choice in field.choices track by $index -->
                            <div ng-repeat="choice in field.choices track by $index" class="radio-container ng-scope">
                              <div unselectable="on" style="user-select: none; display: inline-block; position: relative; margin-right: 10px;" ng-click="field.value = choice.value" ng-class="{checked: field.value === choice.value}" class="jq-radio">
                                <input type="radio" name="group2" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="Yes" ng-model="field.value" id="radio-c503-0" class="ng-pristine ng-untouched ng-valid ng-empty">
                                <div class="jq-radio__div"></div>
                              </div><label for="radio-c503-0" class="ng-binding">Yes</label>
                              <div class="cf"></div>
                            </div><!-- end ngRepeat: choice in field.choices track by $index -->
                            <div ng-repeat="choice in field.choices track by $index" class="radio-container ng-scope">
                              <div unselectable="on" style="user-select: none; display: inline-block; position: relative; margin-right: 10px;" ng-click="field.value = choice.value" ng-class="{checked: field.value === choice.value}" class="jq-radio">
                                <input type="radio" name="group2" style="position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;" value="No" ng-model="field.value" id="radio-c503-1" class="ng-pristine ng-untouched ng-valid ng-empty">
                                <div class="jq-radio__div"></div>
                              </div><label for="radio-c503-1" class="ng-binding">No</label>
                              <div class="cf"></div>
                            </div><!-- end ngRepeat: choice in field.choices track by $index -->
                          </div><!-- end ngSwitchWhen: -->
                        </div>
                      </div>
                    </choice>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="current_employer__supervisor_name" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">If so, please list (one per line): type, weight, and age</h4><!-- ngIf: !validation --><input ng-if="!validation" type="text"
                            name="current_employer__supervisor_name" ng-required="field.required" ng-model="field.value" placeholder="" ng-blur="check_content($event)"
                            class="form-control single-line-input ng-pristine ng-untouched ng-valid ng-scope ng-empty ng-valid-required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="single_line-c1349" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line -->
                    <singleline field="field" ng-switch-when="single_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" ng-class="{'warning-single-line': warning.visible}"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope"><freeforms-warning warning="warning" confirmtext="" onlyonce="true" class="ng-isolate-scope"><!-- ngIf: warning.visible && displayMessage --></freeforms-warning>
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">How long do you think you would be renting from us?<span>&nbsp;*</span></h4><!-- ngIf: !validation --><input ng-if="!validation" type="text"
                            name="single_line-c1349" ng-required="field.required" ng-model="field.value" placeholder="" ng-blur="check_content($event)"
                            class="form-control single-line-input ng-pristine ng-untouched ng-scope ng-empty ng-invalid ng-invalid-required" required="required"><!-- end ngIf: !validation --><!-- ngIf: validation -->
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </singleline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="c1246" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;"><!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line -->
                    <multiline field="field" ng-switch-when="multi_line" mode="edit" index="index" stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h4 ng-bind-html="field_label | to_trusted" class="ng-binding">(Optional) Please use this space to provide any comments or additional information:</h4><textarea name="c1246" ng-required="field.required"
                            ng-model="field.value" ng-attr-placeholder="field.placeholder" class="ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required" placeholder="field.placeholder"></textarea>
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </multiline>
                    <!-- end ngSwitchWhen: --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div>
              <!-- end ngRepeat: field in section.fields --><!-- ngIf: $last && current_state !== 'root.applications.apply_sample' -->
            </div>
          </div>
          <div class="cf"></div><!-- ngIf: !$last -->
          <div ng-if="!$last" class="line ng-scope"></div><!-- end ngIf: !$last -->
        </div><!-- end ngRepeat: section in app_or_application_template.form.sections -->
        <div ng-repeat="section in app_or_application_template.form.sections" class="ng-scope">
          <div ng-class="{'info-last': $last, active: section.active}" class="info section-error info-last active">
            <div ng-class="{head: (stage === 'apply' || stage === 'edit') }" ng-click="section.active = !section.active" class="head">
              <div class="image"><!--img()--></div>
              <div class="section-error-head">
                <h2 ng-class="{required: section.error}" class="ng-binding">Authorization</h2>
              </div>
            </div>
            <div class="inputs"><!-- ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="authorization__authorization" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display -->
                    <textdisplay field="field" ng-switch-when="text_display" mode="edit" index="index" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" class="text-display"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h5 class="ng-binding">I hereby apply to lease this rental property and I warrant that all statements above set forth are true. I hereby give my permission to communicate with my current and former landlord(s) or property
                            manager(s) for the purpose of discussing any and all of the facts and circumstances of my current or former tenancy, as well as the other information listed above. I also give my permission to communicate with my current
                            employer(s) and/or supervisor(s) for the purpose of verifying the employment information listed above. I understand there are no limitations or restrictions regarding what may be discussed or revealed. I am aware that a
                            credit history, landlord/tenant court search and/or background check may be done in conjunction with my application and I hereby authorize Rent Application to request the aforementioned reports. I understand that these
                            reports may be reviewed by the property owner and/or decision maker or other collaborators solely for the purpose of evaluating my application for tenancy. I understand that I may have the right to make a written request
                            within a reasonable period of time to receive additional, detailed information about the nature and scope of this investigation. TYPING OR SIGNING MY FULL NAME BELOW QUALIFIES AS MY LEGALLY BINDING SIGNATURE AS PER THE
                            UNIFORM ELECTRONIC TRANSACTIONS ACT (UETA). </h5>
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </textdisplay><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="_new_signature" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" required="required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><new-signature-modal field="field" ng-switch-when="signature_new" mode="edit" index="index"
                      stage="stage" class="ng-scope ng-isolate-scope">
                      <div ng-show="mode=='edit'">
                        <div ng-show="signType=='draw'" class="drawSgn">
                          <a href="#" class="fancybox-modal2"><div ng-click="openModal()" class="sign"><!-- ngIf: !field.value --><p ng-if="!field.value" class="clickto ng-binding ng-scope">Click to Sign</p><!-- end ngIf: !field.value --><!-- ngIf: field.value --></div><p ng-click="doType()" style="bottom:-15px" class="typeto">Prefer to type your signature? Click here</p></a>
                        </div>
                        <div ng-show="signType=='type'" class="typeSgn ng-hide"><signature-text field="field" mode="mode" stage="stage" class="ng-isolate-scope">
                            <div ng-switch="mode" class="signature-text controls">
                              <div class="form-group signature-modal-container field"><label class="control-label">
                                  <div id="typed-signature-box" ng-bind="field.value" class="signature ng-binding"></div>
                                  <div class="typed-sign-wrap"><!-- ngSwitchWhen: edit -->
                                    <div ng-switch-when="edit" class="input-group ng-scope"><input id="typed-signature" type="text" name="_new_signature" ng-required="field.required" ng-model="field.value"
                                        class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required">
                                      <div style="text-align:right;" class="sign-switch"><a ng-click="switch_to_draw()">Prefer to draw your signature? Click here</a></div>
                                    </div><!-- end ngSwitchWhen: -->
                                  </div>
                                </label></div>
                            </div>
                          </signature-text></div>
                      </div>
                      <div ng-show="mode=='view'" class="ng-hide">
                        <div ng-show="signType=='draw'" class="drawSgn"><new-signature field="field" mode="view" stage="stage" class="ng-isolate-scope">
                            <div class="sigPad">
                              <div class="sig sigWrapper"><canvas height="80" width="477" class="pad" style="touch-action: auto;"></canvas></div>
                            </div>
                          </new-signature></div>
                        <div ng-show="signType=='type'" class="typeSgn ng-hide"><signature-text field="field" mode="view" stage="stage" class="ng-isolate-scope">
                            <div ng-switch="mode" class="signature-text controls">
                              <div class="form-group signature-modal-container field"><label class="control-label">
                                  <div id="typed-signature-box" ng-bind="field.value" class="signature ng-binding"></div>
                                  <div class="typed-sign-wrap"><!-- ngSwitchWhen: edit --></div>
                                </label></div>
                            </div>
                          </signature-text></div>
                      </div>
                    </new-signature-modal><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div><!-- end ngRepeat: field in section.fields -->
              <div ng-repeat="field in section.fields"
                ng-class="{                         'required': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid &amp;&amp; field.required) || submission_errors[field.name],                         'has-error': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name],                                 'alert alert-danger': (application_form.$submitted &amp;&amp; application_form[field.name].$invalid) || submission_errors[field.name]                       }"
                class="ng-scope"><freeforms-widget field="field" name="_signature_valid" mode="edit" stage="stage" ng-model="field.value" ng-required="field.required" apptemp="$parent.$parent.app_or_application_template"
                  class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty ng-valid-required">
                  <div ng-switch="field.field_id" ng-style="{'margin-bottom': (mode === 'edit' ? '20px' : 'inherit') }" class="report-field" style="margin-bottom: 20px;">
                    <!-- ngSwitchWhen: single_line --><!-- ngSwitchWhen: multi_line --><!-- ngSwitchWhen: signature --><!-- ngSwitchWhen: signature_new --><!-- ngSwitchWhen: file --><!-- ngSwitchWhen: coapplicants --><!-- ngSwitchWhen: ssn --><!-- ngSwitchWhen: date --><!-- ngSwitchWhen: email --><!-- ngSwitchWhen: phone --><!-- ngSwitchWhen: state --><!-- ngSwitchWhen: choice --><!-- ngSwitchWhen: text_display -->
                    <textdisplay field="field" ng-switch-when="text_display" mode="edit" index="index" class="ng-scope ng-isolate-scope">
                      <div ng-switch="mode" class="text-display"><!-- ngSwitchWhen: edit -->
                        <div ng-switch-when="edit" class="ng-scope">
                          <h5 class="ng-binding">Electronically signing this document and submitting this form constitutes a legally binding signature and consent to the preceding statement.</h5>
                        </div><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: view -->
                      </div>
                    </textdisplay><!-- end ngSwitchWhen: --><!-- ngSwitchWhen: agent --><!-- ngSwitchWhen: checkbox --><!-- ngSwitchWhen: dropdown --><!-- ngSwitchWhen: currency --><!-- ngSwitchWhen: unit_field --><!-- ngIf: mode=='edit' -->
                    <p ng-if="mode=='edit'" ng-bind-html="field.help_text" class="subinfo ng-binding ng-scope"></p><!-- end ngIf: mode=='edit' -->
                  </div>
                </freeforms-widget><!-- ngRepeat: error in submission_errors[field.name] --><!-- ngIf: (application_form.$submitted && application_form[field.name].$invalid && field.required) --></div>
              <!-- end ngRepeat: field in section.fields --><!-- ngIf: $last && current_state !== 'root.applications.apply_sample' --><input type="submit" value="Submit Application"
                ng-if="$last &amp;&amp; current_state !== 'root.applications.apply_sample'" class="next apply-next1 ng-scope"><!-- end ngIf: $last && current_state !== 'root.applications.apply_sample' -->
            </div>
          </div>
          <div class="cf"></div><!-- ngIf: !$last -->
        </div><!-- end ngRepeat: section in app_or_application_template.form.sections -->
      </div><!-- end ngIf: app_or_application_template -->
    </div>
  </div>
</form>

Text Content

RENT APPLICATION


RENT APPLICATION




 * 1
   
   
   APPLICATION

 * 

 * 2
   
   
   CREATE ACCOUNT

   
   
   
   
   
   


WARNING: POSSIBLE SECURITY RISK

This site is using software to display the content below from
www.rentapplication.net. This is NOT the original application page.

Rent Application is not able to identify whether this site is secure. For
security reasons, we do not recommend using this site to apply as it may put
your private information at risk.

You can access a secure version of this application here:
https://www.rentapplication.net/tivoli-interest

Please fill out only one application per applicant. If you are applying with a
roommate or spouse, please have them submit a separate application.


   
   
   

 * stvboucher@yahoo.com
   
   stvboucher@yahoo.com
   
   
   



Application Fee

$0.00



YOUR DATA IS PROTECTED



 * SSNs and credit cards are never visible to landlords

 * Data is never sold to third-parties


APPLICATION INFORMATION

APPLICATION OF INTEREST (ONLY)



WHAT IS THE ADDRESS OF THE PROPERTY YOU ARE APPLYING TO?*



APPLICANT NAME *



WHAT IS YOUR EMAIL ADDRESS? *

This is used only for your landlord to contact you or if you need to access your
application.

APPLICANT PHONE NUMBER







QUESTIONS

WHEN IS YOUR POTENTIAL EARLIEST MOVE-IN DATE? *



WHY ARE YOU MOVING FROM YOUR CURRENT LOCATION? DID YOU HAVE ANY PROBLEM(S) WITH
YOUR PAST LIVING SITUATION THAT I SHOULD BE AWARE OF? *



HOW MANY OTHER PEOPLE, INCLUDING MINORS, WOULD BE LIVING WITH YOU (PLEASE ALSO
INCLUDE NAME(S) OF OTHER APPLICANTS)? *



WHAT IS YOUR MONTHLY INCOME? *

(Income will be verified at a later time.)

WHAT DO YOU DO FOR A LIVING AND HOW LONG HAVE YOU BEEN EMPLOYED IN THAT
OCCUPATION? *



HOW WOULD YOU DESCRIBE YOUR CREDIT HISTORY (POOR, FAIR, GOOD, EXCELLENT)? PLEASE
LIST APPROXIMATE CREDIT SCORE, IF KNOWN. *

(Official credit history/score will be verified at a later time.)

DO YOU, OR ANYONE WHO WOULD BE LIVING WITH YOU, SMOKE? *


Yes


No




HAVE YOU, OR ANY CO-APPLICANT, EVER: *


Filed for bankruptcy?


Been evicted, received an unlawful detainer notice, or left a tenancy owing
money?


None of the above


(Bankruptcy, eviction, landlord history will be verified at a later time.)

DO YOU HAVE ANY PETS? *


Yes


No




IF SO, PLEASE LIST (ONE PER LINE): TYPE, WEIGHT, AND AGE



HOW LONG DO YOU THINK YOU WOULD BE RENTING FROM US? *



(OPTIONAL) PLEASE USE THIS SPACE TO PROVIDE ANY COMMENTS OR ADDITIONAL
INFORMATION:







AUTHORIZATION

I HEREBY APPLY TO LEASE THIS RENTAL PROPERTY AND I WARRANT THAT ALL STATEMENTS
ABOVE SET FORTH ARE TRUE. I HEREBY GIVE MY PERMISSION TO COMMUNICATE WITH MY
CURRENT AND FORMER LANDLORD(S) OR PROPERTY MANAGER(S) FOR THE PURPOSE OF
DISCUSSING ANY AND ALL OF THE FACTS AND CIRCUMSTANCES OF MY CURRENT OR FORMER
TENANCY, AS WELL AS THE OTHER INFORMATION LISTED ABOVE. I ALSO GIVE MY
PERMISSION TO COMMUNICATE WITH MY CURRENT EMPLOYER(S) AND/OR SUPERVISOR(S) FOR
THE PURPOSE OF VERIFYING THE EMPLOYMENT INFORMATION LISTED ABOVE. I UNDERSTAND
THERE ARE NO LIMITATIONS OR RESTRICTIONS REGARDING WHAT MAY BE DISCUSSED OR
REVEALED. I AM AWARE THAT A CREDIT HISTORY, LANDLORD/TENANT COURT SEARCH AND/OR
BACKGROUND CHECK MAY BE DONE IN CONJUNCTION WITH MY APPLICATION AND I HEREBY
AUTHORIZE RENT APPLICATION TO REQUEST THE AFOREMENTIONED REPORTS. I UNDERSTAND
THAT THESE REPORTS MAY BE REVIEWED BY THE PROPERTY OWNER AND/OR DECISION MAKER
OR OTHER COLLABORATORS SOLELY FOR THE PURPOSE OF EVALUATING MY APPLICATION FOR
TENANCY. I UNDERSTAND THAT I MAY HAVE THE RIGHT TO MAKE A WRITTEN REQUEST WITHIN
A REASONABLE PERIOD OF TIME TO RECEIVE ADDITIONAL, DETAILED INFORMATION ABOUT
THE NATURE AND SCOPE OF THIS INVESTIGATION. TYPING OR SIGNING MY FULL NAME BELOW
QUALIFIES AS MY LEGALLY BINDING SIGNATURE AS PER THE UNIFORM ELECTRONIC
TRANSACTIONS ACT (UETA).



Click to Sign

Prefer to type your signature? Click here

Prefer to draw your signature? Click here




ELECTRONICALLY SIGNING THIS DOCUMENT AND SUBMITTING THIS FORM CONSTITUTES A
LEGALLY BINDING SIGNATURE AND CONSENT TO THE PRECEDING STATEMENT.






KEYBOARD SHORTCUTS:

?Show / hide this help menu↑↑↓↓←→←→baenterctrl + 8Fill application with sample
data

×