Talk to Sales
Drive student outcomes with the leading universal family engagement platform
- Proven through research to drive higher student attendance and academic achievement
- Family engagement expertise and supports embedded throughout
- Robust, 1 and 2-way family/teacher/student/admin communications
- Analytics promote data-driven interventions and track engagement levels
- 150 AI and human-translated languages
Take a Demo
// Define `x` in the outer scope let x;
document.getElementById('roleForm').addEventListener('submit', function(event) { event.preventDefault(); // Prevent the default form submission behavior
// Set the value of `x` x = document.forms["roleForm"]["role"].value;
// Perform form validation here if (x === "parent") { window.location.href = 'https://web-staging.talkingpts.org/family-info/'; } else { window.location.href = 'https://web-staging.talkingpts.org/demo-request/'; } });
// Example of how to call or log `x` later in your script console.log(x); // This will be undefined initially because `x` gets set during form submission.
1 in 2 schools districts trust TalkingPoints
