Skip to content
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

Display all form validation errors at once #842

Closed
kraftbj opened this issue Dec 19, 2016 · 5 comments
Closed

Display all form validation errors at once #842

kraftbj opened this issue Dec 19, 2016 · 5 comments

Comments

@kraftbj
Copy link
Contributor

kraftbj commented Dec 19, 2016

On the edit listing page, if multiple fields are not ok with the validation rules and that the edit is submitted, error message are shown one by one. 
Instead, I believe it would be better to highlight all errors and once. That is better for the user than submitting, seeing one error, fixing it, submitting again, seeing another error, fixing it, etc. 
@tripflex
Copy link
Collaborator

A lot of them are handled now by HTML5 which does validation before the user even submits the page ... so the fields that would fail validation would be minimal, like categories, or file uploads, OR from the PHP validation backend on any filters.

@donnapep
Copy link
Contributor

Closing this issue in favour of 949-gh-jpop-issues.

@donnapep donnapep removed this from the 1.29.0 milestone Aug 30, 2017
@spencerfinnell
Copy link
Contributor

@donnapep Can we keep this one open/milestoned so the public can see this is on an active roadmap? Makes it easier for 3rd-party integrations to plan around and stay up to date.

@donnapep
Copy link
Contributor

@spencerfinnell Good idea.

@donnapep
Copy link
Contributor

Actually, I've moved the issue out of the private repo and added here as #1163.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants