// Check if the user has already submitted the email let hasSubmitted = $w.sessionStorage.getItem("emailSubmitted"); if (!hasSubmitted) { // If not, show the lightbox $w("#lightbox1").show(); } // Function to set cookie when email is submitted function storeEmail() { $w.sessionStorage.setItem("emailSubmitted", "true"); $w("#lightbox1").hide(); // Hide the lightbox after submission }
top of page

This guide will help your transition from the traditional classroom to remote teaching!

The Remote Teaching Transition Workbook

$0.00Price
  • 631 KB PDF file

  • This guidebook is 20 pages

bottom of page