With-the-Ranks / Spoke

With the Rank's fork of Politics Rewired's fork of Spoke
GNU General Public License v3.0
0 stars 1 forks source link

Don't show required field copy on forms until user tries to submit without filling required fields #34

Open cjmabry opened 3 months ago

cjmabry commented 3 months ago

Is your feature request related to a problem? Please describe. When logging in, signing up, or creating an organization, red text is displayed on each field notifying users of what fields are required, before a user has a chance to fill them out.

Screenshot from 2024-07-16 16-46-05

Typically, we would want to signify required fields using a less urgent indicator, and only show red text if a user fails to fill out a form but submits the form. Since all fields are required and the text reads as fairly urgent, it might be annoying for a user who hasn't had a chance to fill the form out yet to see this messaging.

Describe the solution you'd like Suggest hiding this text until the user tries to submit without filling out required fields. If a field is required, we should delineate it as such with less urgency, such as with an asterisk. If all fields are required, we shouldn't need to delineate it as required.

Additional context This is present on login, signup, and Organization creation, but might be present elsewhere.

Screenshot from 2024-07-16 16-46-53 Screenshot from 2024-07-16 16-46-12