Issue with Email field and regex matching

Hey Team,
I currently use 2 different portals, both are very much similar (just 1 is internal and 1 is external)
for 1 of the fields - Email Confirmation, i have a regex so that it can accept multiple emails with a comma inbetween each email.
The regex is:
[1]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}(,[a-zA-Z0-9._%±]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,})*$

now… it works for 1 of the portal form fields, but not on the other - it throws up an error

Let me know if you need access or a working visual on this to assist rectifying - or if I am missing something?

Thanks!


  1. a-zA-Z0-9._%± ↩︎

Hi @Pauly. Can you send us the link to those 2 portals? You can send it via chat if you don’t want to share it in this thread. Just login to web.miniextension.com and click on the blue icon at the bottom right of the screen.

Is your field type “Email”? In that case, the validation rule of ‘single email’ will always be enforced. Try changing the field type to single line text.

1 Like

Thanks @Moe it worked!!!

1 Like