Back
About
About LSBC
About LSBC
Our Values
Why LSBC?
Our Campus
Management and Governance
Message from the Principal
Message from the Chair of the Board of Governance
Testimonials
Accreditations
Courses
Online Payments
Courses
Undergraduate
Subjects
Business Studies
Health and Social Care
Access to Higher Education
Awarding Body
QUALIFI
OTHM
Language Cert
Short-Term Visa Courses
New
Short-Term Visa Courses
About the Short-Term Study Visa Courses
Application Essentials for a Short-Term Study Visa Courses
Post-Application Process
Fees Information and Policies
Application Form
Email Admissions Team
Access to Higher Education
Admissions
Admissions
Admission Process
How to Apply
Terms and Conditions
A Guide for International Students
Student Services
Library & Learning Resource Centre
Moodle/Vle
Student Facilities
Student Support
Career Advice
FAQs
Connect
Connect
Become a Partner
Book a Meeting
News and Updates
Contact us
APPLY NOW
About
About LSBC
About LSBC
Our Values
Why LSBC?
Our Campus
Management and Governance
Message from the Principal
Message from the Chair of the Board of Governance
Testimonials
Accreditations
Courses
Online Payments
Courses
Undergraduate
Subjects
Business Studies
Health and Social Care
Access to Higher Education
Awarding Body
QUALIFI
OTHM
Language Cert
Short-Term Visa Courses
New
Short-Term Visa Courses
About the Short-Term Study Visa Courses
Application Essentials for a Short-Term Study Visa Courses
Post-Application Process
Fees Information and Policies
Application Form
Email Admissions Team
Access to Higher Education
Admissions
Admissions
Admission Process
How to Apply
Terms and Conditions
A Guide for International Students
Student Services
Library & Learning Resource Centre
Moodle/Vle
Student Facilities
Student Support
Career Advice
FAQs
Connect
Connect
Become a Partner
Book a Meeting
News and Updates
Contact us
APPLY NOW
Account
Login with your site account
Lost your password?
Remember Me
Not a member yet?
Register now
Login with your site account
Lost your password?
Remember Me
Not a member yet?
Register now
Register a new account
I accept the
Terms of Service
Are you a member?
Login now
Login with your site account
Lost your password?
Remember Me
Not a member yet?
Register now
Register a new account
Are you a member?
Login now
/** * Calculate age based on date of birth date picker field * * @link https://wpforms.com/developers/how-to-display-the-age-from-a-date-picker-field/ */ function wpf_dev_check_age() { ?> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );