www.smartpass.app
Open in
urlscan Pro
2606:4700:10::ac43:d73
Public Scan
Submitted URL: https://smartpassnow.co/
Effective URL: https://www.smartpass.app/
Submission: On March 20 via api from US — Scanned from US
Effective URL: https://www.smartpass.app/
Submission: On March 20 via api from US — Scanned from US
Form analysis
4 forms found in the DOMName: email-form — GET
<form id="email-form" name="email-form" data-name="Email Form" method="get" class="form-2" data-wf-page-id="64d612515aec071039f70baf" data-wf-element-id="71ece8eb-8004-2f86-34a5-760c9ce75558" aria-label="Email Form"><input class="search-bar w-input"
maxlength="256" name="name" data-name="Name" placeholder="Search anything (ex. block meetups, limit passes)" type="text"
id="search-bar"><a id="search-button" href="#" class="search-button w-button" tabindex="0">Search</a><a id="search-button-mob" href="#" class="search-button-mob w-button" tabindex="0">Search</a><img
src="https://assets-global.website-files.com/5c06a26695c70027e67b9afb/5c3663c87c0559dc5c7d6a7b_icons8-search.png" loading="lazy" alt="" class="search-icon"></form>
Name: email-form — GET
<form id="email-form" name="email-form" data-name="Email Form" method="get" class="form-2" data-wf-page-id="64d612515aec071039f70baf" data-wf-element-id="ca106178-f900-892a-6b4a-dd77073f88f4" aria-label="Email Form"><input class="search-bar w-input"
maxlength="256" name="name" data-name="Name" placeholder="Search anything (ex. block meetups, limit passes)" type="text"
id="search-bar"><a id="search-button" href="#" class="search-button w-button" tabindex="0">Search</a><a id="search-button-mob" href="#" class="search-button-mob w-button" tabindex="0">Search</a><img
src="https://assets-global.website-files.com/5c06a26695c70027e67b9afb/5c3663c87c0559dc5c7d6a7b_icons8-search.png" loading="lazy" alt="" class="search-icon"></form>
Name: wf-form-30-min-free-demo-form — GET
<form id="demo-form-customers" name="wf-form-30-min-free-demo-form" data-name="30 min free demo form" method="get" class="form-4" data-wf-page-id="64d612515aec071039f70baf" data-wf-element-id="bd677265-c4c0-89d9-50af-2ebf6f0ada7e"
aria-label="30 min free demo form"><input class="email-input w-input" maxlength="256" name="email" data-name="Email" placeholder="Enter email address" type="email" id="email" required="">
<div class="hidden-fields">
<div class="html-embed-41 w-embed w-script">
<script>
document.addEventListener("DOMContentLoaded", function() {
var form = document.getElementById("demo-form-customers");
form.addEventListener("submit", function(event) {
// Prevent the form from submitting at any cost
event.preventDefault();
event.stopPropagation();
event.stopImmediatePropagation();
// Grabbing the email value
var emailElement = document.getElementById("email");
var email_value = emailElement.value;
//var demo_url = `https://www.smartpass.app/?email=${email_value}`;
//window.location.href = demo_url;
// Adding the email parameter to URL
const currentUrl = new URL(window.location.href);
const params = new URLSearchParams(currentUrl.search);
params.set('email', email_value);
currentUrl.search = params.toString();
window.history.pushState({}, '', currentUrl.toString());
});
});
</script>
</div>
<div class="w-embed w-script">
<style>
.popup-for-form {
overflow-y: scroll;
overflow-x: hidden;
}
</style>
<script>
// NEW CTA SYMBOL SHOULD BE PRESENT ON THE PAGE TO EXECUTE THE DEMO FORM POPUP
// Displaying the Embedded form after submitting the demo-for-customers form
document.getElementById('demo-form-customers').addEventListener('submit', function(event) {
event.preventDefault();
setTimeout(function() {
// Checking the email parameter in the URL to put into the embedded form
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
if (urlParams.has('email')) {
const element = document.getElementById('pricing-v2-popup');
const email = urlParams.get('email');
if (element) {
element.style.display = 'block';
// Start of changing the iframe source on the basis of email
$(document).ready(function() {
var iframe = document.querySelector('.formEmbed');
iframe.src = `https://forms.smartpass.app/?email=${email}`;
});
}
}
}, 400); // Delay is for proper execution in Safari browser
setTimeout(function() {
document.getElementById('demo-form-customers').style.display = 'block';
document.getElementById('success-state').style.display = 'none';
}, 800);
});
</script>
</div>
</div><input type="submit" data-wait="Please wait..." class="gat-a-demo-submit w-button" value="Get a Demo">
</form>
Name: wf-form-30-min-free-demo-form — GET
<form id="demo-form-customers-2" name="wf-form-30-min-free-demo-form" data-name="30 min free demo form" method="get" class="form-4" data-wf-page-id="64d612515aec071039f70baf" data-wf-element-id="d441cae0-0c4b-ab7b-d8ce-f9d870aa339f"
aria-label="30 min free demo form"><input class="email-input w-input" maxlength="256" name="Email" data-name="Email" placeholder="Enter email address" type="email" id="email-2" required="">
<div class="hidden-fields"><input class="text-field-6 w-input" maxlength="256" name="Form-Source-Url" data-name="Form Source Url" placeholder="Example Text" type="text" id="form-source-url-customers-2">
<div class="html-embed-41 w-embed w-script">
<script>
document.addEventListener("DOMContentLoaded", function() {
// Populate the input field with the current URL
var formSourceUrlElement2 = document.getElementById("form-source-url-customers-2");
if (formSourceUrlElement2) {
formSourceUrlElement2.value = window.location.href;
}
// Listen to form submit and redirect based on the email input
var form2 = document.getElementById("demo-form-customers-2");
if (form2) {
form2.addEventListener("submit", function(event) {
event.preventDefault();
//const path = window.location.pathname;
var emailElement2 = document.getElementById("email-2");
if (emailElement2) {
var email_value2 = encodeURIComponent(emailElement2.value);
// Adding the email parameter to URL
const currentUrl2 = new URL(window.location.href);
const params2 = new URLSearchParams(currentUrl2.search);
params2.set('email', email_value2);
currentUrl2.search = params2.toString();
window.history.pushState({}, '', currentUrl2.toString());
//setTimeout(function() {
//var demo_url2 = `https://www.smartpass.app${path}/?email=${email_value2}`;
//window.location.href = demo_url2;
//}, 100);
}
});
}
});
</script>
</div>
</div><input type="submit" data-wait="Please wait..." class="gat-a-demo-submit w-button" value="Get a Demo">
</form>
Text Content
In the News: Enhancing Safety in Schools Across Minnesota Read the Story SmartPass Co-Founders Listed on Forbes 30 Under 30 Read the Story Products Product Tours Hall Pass Make teachers’ lives easier, student-movement data smarter, and school buildings more secure. ID Cards FREE Switching from print to digital lets you set up and distribute IDs to everyone in 5 minutes. Flex Streamlined scheduling and improve accountability for intervention/advisory periods, activities, dances, and more. Attendance Hands free, hassle-free automated attendance for every class, period, and activity, every single day. Solutions Prevent Bathroom Meetups Instant Emergency Lockdown Free Student IDs - No Purchase Needed PBIS Rewards Cafeteria Check Ins Tardy & Early Dismissals Daily Nurse Medications Products Product Tours Hall Pass Make teachers’ lives easier, student-movement data smarter, and school buildings more secure. ID Cards FREE Switching from print to digital lets you set up and distribute IDs to everyone in 5 minutes. Flex Streamlined scheduling and improve accountability for intervention/advisory periods, activities, dances, and more. Attendance Hands free, hassle-free automated attendance for every class, period, and activity, every single day. Solutions Prevent Bathroom Meetups Instant Emergency Lockdown Free Student IDs - No Purchase Needed Prom & Event Tickets PBIS Rewards Cafeteria Check Ins Tardy & Early Dismissals Daily Nurse Medications Customers Resources Learn Grants & Funding Case Studies Blog eBooks & Guides Events Conferences Webinars The Latest Free Whitepaper The Secret to a Positive School Culture? Smarter Student Movement. Case Study SmartPass Transforms Student Movement and Boosts Safety at Goochland County Public Schools Blog Article How Quiet Hallways and Calm Classrooms Become the New Reality Company About SmartPass Careers OPEN ROLES Swag Shop Become a Partner Press Contact Us Resources Learn Grants & Funding Case Studies Blog eBooks & Guides Events Conferences Webinars The Latest Free Whitepaper The Secret to a Positive School Culture? Smarter Student Movement. Case Study SmartPass Transforms Student Movement and Boosts Safety at Goochland County Public Schools Blog Article How Quiet Hallways and Calm Classrooms Become the New Reality Company About SmartPass Careers OPEN ROLES Swag Shop Become a Partner Press Contact Us Pricing Support SearchSearch Help Center SmartPass Academy Discover Guides Live Chat Call Us Suggest a Feature For Parents & Families Uptime 99.99% Support SearchSearch Help Center SmartPass Academy Discover Guides Live Chat Call Us Suggest a Feature Uptime 99.99% Sign In Demo & Pricing Hall Pass, Flex Manager, ID Cards, & More MAKING STUDENT MOVEMENT EASIER & LESS STRESSFUL Join 1,000+ schools using SmartPass to make their hallway movement smarter, improving student outcomes. Watch How it Works Trusted by School Leaders at the Largest and Smallest Districts REDUCE THE CHAOS IN YOUR HALLWAYS Students spend critical instructional time in your hallways. SmartPass helps control the flow of students and ensures they get the most out of the school day. Comprehensive Digital Record of Missed Class Time Personalize Pass Limits Based On Unique Student Needs Detect & Automatically Block Students From Meeting Up "SmartPass has completely eliminated the issues we had where students would meet up in restrooms.” Christy Rowley Assistant Principal at Arbor Hills Junior High School See Case Study --> See Who’s in the Hallway Block Pass Creation Check-in Students as Safe Blast Message to Staff No GPS Location Tracking INCREASE STUDENT SAFETY DURING EMERGENCIES Identify which students are in your hallways and instantly account for them — vital whenever you need to stop all movement in your building. “It holds our administration, our security, our teachers—everyone accountable. If you really want to keep your campus safe, this is the perfect application." Aaron Whitelaw Campus Instructional Technologist, PSJA Southwest ECHS See Case Study -> SMARTER MOVEMENT FOR 2 MILLION+ EDUCATORS AND STUDENTS “We take SmartPass data and use it to paint a clearer picture of incidents as they take place, and take action accordingly.” Andy Armstrong Superintendent, Goochland County Public Schools See More Customer Stories -> Best-in-Class, Easy Implementation WE’LL BE YOUR PARTNER THROUGH SETUP & BEYOND 1 📞 Pre-Launch Meeting with Your School’s Dedicated Customer Success Manager Kick-off with your point-person for all-things SmartPass. We’ll guide you on how to get the most out of SmartPass. Each of our Customer Success Managers has 10+ years of customer support and/or classroom experiences. 2 🔄 Sync Accounts & Add Rooms/Pass Limits Your IT will sync in your accounts from your SIS. You’ll set-up your rooms, pass limits, profile pictures, and restrictions. 3 🎓 Free Teacher PD Training Classes We offer Professional Development Training and other live classes with SmartPass Academy so you and your staff get up in running in no time. We’re here to help your team get the most out of SmartPass. Done! “My teachers love me. It’s the easiest set-up of any K-12 software by far.” Works on any device (Chromebooks, iPads, etc.) No new devices/hardware: BYOD or 1:1 Works with data from any SIS: Why SmartPass? REGAIN 1,000+ HOURS OF STUDENT LEARNING TIME AND YOUR TIME, TOO Founded by an Assistant Principal & His Students SmartPass went from a small idea in a Philadelphia-area public high school to serving 1,000+ schools in 6 countries. It’s because of a deep understanding of the solutions schools need today. Resources & Best Practices We’re constantly learning from the 100,000+ educators that use SmartPass. We compile best-practices for administrators to bring to their schools. Live Chat & Phone Support Need help setting a pass limit, blocking a meetup, or something else? We’re a live chat or phone call away. We Take Privacy Seriously We uphold strict data privacy standards to safeguard your school's and students’ information, ensuring confidentiality and protection. The #1 Student Movement Solution FOCUS ON LEARNING, NOT LOGISTICS Over 10,000 principals and school leaders use SmartPass for hall passes, ID Cards, advisory periods, pull-out interventions, counseling sessions, and more. Book a Demo to Make Student Movement Easier with SmartPass Trusted by 2 million+ Educators & Students Recommended Whitepaper The Secret to a Positive School Culture? Smarter Student Movement. Download for Free This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. This is some text inside of a div block. Smarter Movement for 2 million+ Educators and Students. Demo & Pricing COPPA COPPA CSPC SDPC Safety & Security are our top priority. All SmartPass products are compliant with data protection regulations and standards. PRODUCTS Hall PassID CardsFlexAttendancePricingSign in RESOURCES Grants & FundingCase StudiesBlogeBooks & Guides ConferencesWebinars SUPPORT Help CenterSmartPass AcademyDiscover Guides Live Chat Call UsDownload iOS AppDownload Android AppSuggest a FeatureFor Parents & Families Uptime 99.99% COMPANY About SmartPassCustomers Careers OPEN ROLES Swag ShopBecome a PartnerPressPrivacy & Trust CenterTerms of UseContact Us COPPA COPPA CSPC SDPC Safety & Security are our top priority. All SmartPass products are compliant with data protection regulations and standards. LEARN Video Case Study: Maximize Time with StudentsHow to Grow Student AccountabilityHall Pass Buyer’s GuideTips for Quiet HallwaysCase Study: Switch from Google FormsData-Driven Decisions Case StudySee All Articles COPPA COPPA CSPC SDPC Safety & Security are our top priority. All SmartPass products are compliant with data protection regulations and standards. © 2024 SmartPass Inc. Privacy PolicyTerms of UseAccessibility