Validating a form field with several emails

Maybe you can try this:

And use

On your frontend form, you can add as many mails as you need, then a repeat on the server side: for each mail add it to the array, you can then use a set value so you can join them :slight_smile:

I'll try to make an example later if you need, little busy right now