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
Related to #343. Right now the middle initial field in the new registrant form allows 255 characters upon entry, but it is only ever displayed as middle initial. Additionally, there is no label on the field and thus users don't know what it is for.
Example issue:
This user should have their name displayed as "van der Staak, Marieke" but input her name in incorrectly due to the confusing fields.
A very simple solution would be to limit the field to only allow 1 character upon input. And perhaps updating the DB to make all existing registrant data truncate that data to 1 character to prevent errors.
The text was updated successfully, but these errors were encountered:
Related to #343. Right now the middle initial field in the new registrant form allows 255 characters upon entry, but it is only ever displayed as middle initial. Additionally, there is no label on the field and thus users don't know what it is for.
Example issue:
![screen shot 2018-12-15 at 09 19 09](https://user-images.githubusercontent.com/3074091/50044777-6432a300-004e-11e9-8522-69a0a4a48753.png)
This user should have their name displayed as "van der Staak, Marieke" but input her name in incorrectly due to the confusing fields.
A very simple solution would be to limit the field to only allow 1 character upon input. And perhaps updating the DB to make all existing registrant data truncate that data to 1 character to prevent errors.
The text was updated successfully, but these errors were encountered: