-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
BUGFIX - validate form fields before submitting #155
Conversation
I think it's a matter of updating the regex patterns we're using and not allow the string to start with a space? We'll need to update the postcodelookup in storybook. At the same time we can update the postcode field to turn off autocomplete. |
for example for the last name field you can update the json with: |
|
Okay |
Ok yeah that's one way of doing it. The postcode problem mentioned above is indeed on donate, since donate hasn't been updated to the latest postcode fixes in storybook. Also are you sure there's no issue with the last name field? ;) |
The currently problem is that we have forms submitting with empty values for |
BUGFIX - validate form fields before submitting