Answered
need help with script
I’m trying to use switch (event value) but not sure how to add multiple cases?
I’m trying to use switch (event value) but not sure how to add multiple cases?
You can do it like this:
switch (event.value) {
case "some text":
case "some text":
case "some text":
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.