James Stevens <[email protected]> added the comment:
I ran into the same issue of the "homepage" validation - but failed to notice the error message amongst all the other information. I suggest if an error occurs in the confirmation, the error should be (virtually) the only thing displayed - giving the current issue list as well is confusing and unnecessary. If the confirmation succeeds a dedicated screen is displayed - the same should be true if it fails. I would have thought adding some Javascript into the "onSubmit" of the form to validate the various fields would be relatively trivial - and more helpful to the user than relying on the backend validation. A regex for most of the fields would be readily available via Google. At the very least, javascript to automatically add a prefix "http://" (like a browser would) is literally one line of code. _______________________________________________________ PSF Meta Tracker <[email protected]> <http://psf.upfronthosting.co.za/roundup/meta/issue591> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tracker-discuss Code of Conduct: https://www.python.org/psf/codeofconduct/
