www.fuhsd.net Open in urlscan Pro
35.155.254.145  Public Scan

Submitted URL: http://www.fuhsd.net/
Effective URL: https://www.fuhsd.net/district/district-home
Submission: On February 05 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST

<form class="vh-js-login-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-username" name="vh-js-username" placeholder="Email" aria-label="Email">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-password" name="vh-js-password" placeholder="Password" aria-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group form-row">
    <!--
                                    <div class="col-6">
                                      <div class="form-group form-check">
                                         <input type="checkbox" class="form-check-input" name="remember_me" aria-label="remember_me">
                                         <label class="form-check-label">Remember me</label>
                                      </div>
                                    </div>
                                    -->
    <div class="col-12 mb-1">
      <div class="pull-right">
        <a class="vh-js-show-password vw-fw-normal vw-p-sm" href="#!">Show password</a>
      </div>
    </div>
  </div>
  <div class="form-group text-center">
    <button type="submit" class="btn third btn-block">Login</button>
  </div>
</form>

POST

<form class="vh-js-signup-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-email" name="vh-js-reg-email" placeholder="Email address" area-label="Email address">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-first-name" name="vh-js-reg-first-name" placeholder="First name" area-label="First name">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-user"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reg-last-name" name="vh-js-reg-last-name" placeholder="Last name" area-label="Last name">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-user"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-reg-password" name="vh-js-reg-password" placeholder="Create a Password" area-label="Create a Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-confirm-reg-password" name="vh-js-confirm-reg-password" placeholder="Password confirmation" area-label="Password confirmation">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <!-- Add the field if DS project-->
  <div class="vh-js-ds-fields"></div>
  <!--
                                <div class="form-group birthday-box">
                                    <p>We'll send you marketing promotions, special offers, inspiration, and policy updates via email.</p>
                                </div>
-->
  <div class="form-group text-center pt-3">
    <button type="submit" class="btn third btn-block email-form-signup-butt b-bttu">Sign up</button>
  </div>
  <!-- Add the DS Sponsor field if DS project-->
  <div class="vh-js-ds-sponsor-field"></div>
  <!--
                                <div class="form-group dont-what">
                                    <label for="sgnDWC" class="chk-wrap">
                                      I don't want to receive marketing messages. I can also opt out of these at any time in my account settings or via the link in the message.
                                      <input  id="sgnDWC" type="checkbox" value="" area-label="Don't Want">
                                      <span class="checkmark"></span>
                                    </label>
                                </div>
-->
  <div class="or-box vw-color-4">
    <div class="line-box vw-bg-color-4"></div>
  </div>
</form>

POST

<form class="vh-js-reset-password-form" method="post">
  <p>Enter the email address associated with your account, and we’ll email you a link to reset your password.</p>
  <div class="vh-success vh-js-success"></div>
  <div class="vh-errors vh-js-errors"></div>
  <div class="form-group">
    <div class="input-group">
      <input type="text" class="form-control vh-js-reset-email" name="vh-js-reset-email" placeholder="Your email address" area-label="Your email address">
      <div class="input-group-append input-icon">
        <i class="fa fa-envelope"></i>
      </div>
    </div>
  </div>
  <div class="form-group text-center vw-pt-15">
    <a href="#!login" data-vh-js-switch=".vh-js-login-box" class="btn third outlined m-2">Back to Login</a>
    <button type="submit" class="btn third m-2">Send Reset Link</button>
  </div>
</form>

POST

<form class="vh-js-update-password-form" method="post">
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-up-password" name="vh-js-up-password" placeholder="Password" area-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control vh-js-up-password-confirmation" name="vh-js-up-password-confirmation" placeholder="Password" area-label="Password">
      <div class="input-group-append input-icon vw-color-1">
        <i class="fa fa-unlock-alt"></i>
      </div>
    </div>
  </div>
  <div class="form-group text-center pt-3 mb-4">
    <button type="submit" class="btn third btn-block">Update</button>
  </div>
</form>

POST

<form method="post" class="vh-js-frm-init-guest-checkout">
  <div class="form-group">
    <input required="" type="email" class="form-control vh-g-input vh-js-gc-email" name="email" placeholder="Email" autocomplete="off" area-label="Email">
  </div>
  <div class="form-group text-center vw-pt-15">
    <button class="vh-g-btn btn third outlined m-2" type="button" data-vh-js-switch=".vh-js-guest-checkout-options-box">Cancel</button>
    <button class="vh-g-btn btn third m-2" type="submit">Continue</button>
  </div>
</form>

GET /district/search

<form method="GET" action="/district/search">
  <input type="search" name="q" class="search-field">
  <button type="submit" class="search-submit">
    <i class="far fa-search"></i>
  </button>
</form>

Text Content

Log In
Show password
Login

Forgot password?

Sign Up
Sign up



Already have an account? Log in

Reset Password

Enter the email address associated with your account, and we’ll email you a link
to reset your password.




Back to Login Send Reset Link
Update Your Password
Update
Choose One
Guest Checkout Login Sign up
Please enter your email address
Cancel Continue
toggle header
 * COVID-19
 * Aesop
 * Board of Trustees
 * Employee Paystubs
 * News
 * Contact Us
 * Support

 * Our District
   * District
   * Fallbrook
   * Ivy
   * Oasis
 * About FUHSD
   * About Us
   * Board of Trustees
   * Staff
   * Superintendent's Office
 * Departments
   * Business Services
   * Child Nutrition Services
   * Curriculum & Instruction
   * Educational Services
   * Maintenance, Operations & Transportation
   * Human Resources
   * Special Education
   * Student Services
   * Technology
   * Facilities Planning & Construction
 * Resources
   * Anonymous Tips
   * FUHSD Boundary Map
   * Parent Resources
   * Staff Resources
   * Student Resources
   * Community Resources
 * Public Hearing
   * Public Hearing
 * Bond Measure AA

 * Our District
   * District
   * Fallbrook
   * Ivy
   * Oasis
 * About FUHSD
   * About Us
   * Board of Trustees
   * Staff
   * Superintendent's Office
 * Departments
   * Business Services
   * Child Nutrition Services
   * Curriculum & Instruction
   * Educational Services
   * Maintenance, Operations & Transportation
   * Human Resources
   * Special Education
   * Student Services
   * Technology
   * Facilities Planning & Construction
 * Resources
   * Anonymous Tips
   * FUHSD Boundary Map
   * Parent Resources
   * Staff Resources
   * Student Resources
   * Community Resources
 * Public Hearing
   * Public Hearing
 * Bond Measure AA

FALLBROOK UNION HIGH SCHOOL DISTRICT

Est. 1893

 * COVID-19
 * Aesop
 * Board of Trustees
 * Employee Paystubs
 * News
 * Contact Us
 * Support










CONTINUOUS PURSUIT OF EXCELLENCE


FALLBROOK UNION HIGH SCHOOL DISTRICT


BOARD VACANCY 

Notice of Vacancy and Appointment To Board Trustee Area 2

Trustee Area 2 Applicant Qualification & Application Form NOTICE OF BOARD
VACANCY AND APPOINTMENT Trustee Area 2 Maps




Notice of Vacancy and Appointment to Board Trustee Area 1, Deadline for Trustee
Area 1 Applications are February 7, 2023 

Trustee Area 1 Applicant Qualification & Application Form

Trustee Area 1 Notice of Board Vacancy and Appointment

Trustee Area 1 Maps


CALENDAR

Manage Subscriptions
English
 * Español


 * 
 * 
 * 

A sprawling high school district in Fallbrook, California with a continuous
pursuit of excellence.

take a tour

Fallbrook Union High School District

2234 South Stage Coach Lane, Fallbrook CA 92028

P: 760 723-6332   F: 760 723-1795

C 2023 Fallbrook Union High. All rights reserved. Powered by Frogtummy

Log in Log out