-
Notifications
You must be signed in to change notification settings - Fork 0
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
#868aaqu6r Bug: Account creation forms #383
base: develop
Are you sure you want to change the base?
Conversation
@sab-LC is there a way to keep the data in the inputs so that the user can just correct what they had in there? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to Diana's comment, can you also add this for the Service Provider form as well just for consistency across all accounts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address comments / questions in Slack before merge.
64ec95b
to
1ef83b2
Compare
Issue:
Description:
Whenever a user goes to create an institution or community account and inputs an invalid email, the form does not get submitted and no error message or alerts gets displayed to help the user know what went wrong.
Add an error message to the form when the contact email is invalid:
Please use a valid email
Solution:
CreateCommunityForm
,CreateInstitutionForm
andCreateInstitutionNoRorForm
forms to add custom email invalid messagecreate-community
,create-custom-institution
andcreate-institution
templates to include the error message divmain.js
to remove all the inputs for consistencyAfter:
Community-creation.mp4
institute-creation.mp4
nonROR-institute-creation.mp4