We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently you can enter multiple e-mail addresses using a ";" to seperate, this will mess up things like exporting data.
We either need to disallow this explicitly and clean up the data, or accept that this is okay.
The text was updated successfully, but these errors were encountered:
Implemented email validation checks. They don't allow multiple email addresses.
Sorry, something went wrong.
email validation checks for provider email addresses. #277
4583ad9
We have two form fields for most contacts (service, technical, billing) if more than one email address is needed.
mfenner
No branches or pull requests
Currently you can enter multiple e-mail addresses using a ";" to seperate, this will mess up things like exporting data.
We either need to disallow this explicitly and clean up the data, or accept that this is okay.
The text was updated successfully, but these errors were encountered: