Valid Email Address check
Getting a lot of user errors when they type in their email address. It's great that the Email field type will validate email format but is there anything verify that the address is valid?
If nothing built in, to catch typos, I can have the user enter their email again in a second field but I can't figure the correct script to use in the field validation to compare that the first and the second fields must match exactly, to continue on.
Anyone able to help? Thanks in advance.