creativecommons / chooser

The new and improved CC license selection tool.
https://chooser-beta.creativecommons.org
MIT License
98 stars 121 forks source link

[Feature] Show specific errors under input element whenever a user inputs a wrong/incorrect information #467

Open codewithmide opened 1 year ago

codewithmide commented 1 year ago

Problem

I noticed that the input elements under the Attribution Details do not raise errors whenever an incorrect information is passed into it.

Description

The Attribution Details should raise errors related to each of the inputs whenever an incorrect information is passed. This would improve user experience on the cc chooser and above all makes the collected data genuine.

Alternatives

Using regex should solve the same problem but what happens when the user is not a tech person? It would be difficult for the user to get past this without knowing what is wrong. Throwing these errors would be a relief for them.

Implementation

Screenshot 2023-03-22 at 15 08 39

Jaivignesh-afk commented 9 months ago

can i work on this issue?