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
Currently, the posting page allows form submission even when no inputs are given, relying only on default browser or Bootstrap validations. This results in minimal and generic feedback such as "Please fill out this field."
To enhance user experience and ensure better data quality, implement custom client-side validations that:
Prevent submission if required fields are empty.
Provide clear, user-friendly error messages below each invalid input.
Show only one validation error at a time to help users focus on fixing issues.
Validate formats where applicable (e.g., URLs, emails).
Style error messages with accessible and visible colors.
This will reduce submission errors and make error correction clearer for users.