You have not completed all user fields UX on signup should be improved

Guess what I did not fill?

That’s right … good guess:

Instead:

  1. We should at least scroll it so the field that is not filled in is on the screen

  2. We should possibly make error message more specific: "You have not completed the Sector field".

Also:

We should stop doing this:

Button should not be disabled ever, just pop an error that teaches users why they can not create an account.

6 Likes

I mean, maybe – but if you have that many required fields you are shooting yourself in the foot so hard that the floor underneath you may collapse at any time.

Easiest fix for the moment is to be literal in the error about which field of the 62 required was not filled out.

1 Like

4 required fields is A LOT, but not a super catastrophe imo, the fold when signing in via GitHub is just in a super unfortunate spot.

2 Likes

@vinothkannans can you fix the error message here.

Please supply a value for “XYZ”

aka.

Please supply a value for “Sector”.

We can just pick the first missing required field.

5 Likes

That would certainly have helped the problem we had trying to sign up a load in a short space of time with way too many user fields. Thanks for addressing it.

1 Like

The correct error message is now added in the below open PR

https://github.com/discourse/discourse/pull/9643

P.S. merged

4 Likes