Hi,
I am working on one requirement where I have to store multiple email addresses in one field. I want to validate all email address using Javascript on save of the form.
Input Email : abc@gmail.com;test@gmail.com;xyz@gmail.com
I want to validate all 3 email addresses.
Is there a way we can do that?
Thanks,
Akash