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
The form should be submitted and the data saved.
An error 500 occurs: The input given is not a phone number, only numbers allowed
The input given is not a phone number, only numbers allowed
The text was updated successfully, but these errors were encountered:
After investigation this error is due to the input mask for phone numbers that add spaces between numbers.
The better approach would be to rework the people form entirely (see #319) but for now we'll just removed all spaces when saving the people info.
Sorry, something went wrong.
Ref #318: remove space in phone numbers
bea2a31
55b2ee2
hundrex
LucileDT
No branches or pull requests
Scenario
Expected behavior
The form should be submitted and the data saved.
Current behavior
An error 500 occurs:
The input given is not a phone number, only numbers allowed
The text was updated successfully, but these errors were encountered: