This commit is contained in:
2025-02-05 15:50:04 +05:30
parent 7f15dbfc08
commit 55448e34c6
38 changed files with 449 additions and 663 deletions

View File

@@ -1,13 +1,7 @@
function storeEmailAndContinue() {
// Get the email entered by the user
var email = document.getElementById('email').value;
// Store the email in sessionStorage
sessionStorage.setItem('userEmail', email);
// Redirect to the next step
location.href = 'forgot_pass_step_two.php';
}
// Retrieve the email from sessionStorage and display it
document.getElementById('userEmail').textContent = sessionStorage.getItem('userEmail') || 'hygeonhealth@example.com';
document.getElementById('userEmail').textContent = sessionStorage.getItem('userEmail') || 'supportxeorl@example.com';