You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should multiple emails be separated in a user form? Should the user separate the emails with comma's or do they need to give it in a list format like [[email protected], [email protected], ...]
The text was updated successfully, but these errors were encountered:
Ok I figured out it is by entering each email on a new line (at the input field of the form).
Is there a way to replace a newline by a comma like in an email client?
How should multiple emails be separated in a user form? Should the user separate the emails with comma's or do they need to give it in a list format like [[email protected], [email protected], ...]
The text was updated successfully, but these errors were encountered: