We need to implemented additional validation on email field in marketing preferences section.
Below example emails are going to a sorry page.
On email field, when I enter an email like the below ones, there's no error message displayed
test@.comtest@comicrelief.com - having two @ should allow only one @ character
test@.com.test@comicrelief.com - having two .com
test@comicrelief.com test@comicrelief.com - giving space in between and entering the same email again
test\test@comicrelief.com - back slashes in local-part of email
test.user@example.org.co.uk.com - more than two domain names are allowed, not sure how many can we allow like org co uk com net etc?
We need to implemented additional validation on email field in marketing preferences section.
Below example emails are going to a sorry page.
On email field, when I enter an email like the below ones, there's no error message displayed
test@.comtest@comicrelief.com- having two @ should allow only one @ charactertest@.com.test@comicrelief.com- having two .comtest@comicrelief.com test@comicrelief.com- giving space in between and entering the same email againtest\test@comicrelief.com- back slashes in local-part of emailtest.user@example.org.co.uk.com- more than two domain names are allowed, not sure how many can we allow like org co uk com net etc?