Template changes for Williams-Sonoma, Artera, and Instacart.

This commit is contained in:
Norm Rasmussen
2026-02-26 18:40:09 -05:00
parent c07b4ba0d5
commit f8dcd58b04
8 changed files with 37 additions and 125 deletions

View File

@ -69,7 +69,7 @@
// Grabs Email Address Value
const learnerEmail = $("#learner_email")[0].value;
const blockedEmails = [ "gmail.com", "yahoo.com" ]
const blockedEmails = [ "gmail.com", "yahoo.com", "aol.com", "apple.com", "comcast.com", "google.com", "hotmail.com", "icloud.com", "outlook.com" ]
// "hotmail.com", "aol.com", "outlook.com", "icloud.com", "me.com", "mac.com" ]
if ($("#learner_email")[0].value.length > 0){