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

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

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

@vinothkannans 以下のエラーメッセージを修正してください。

“XYZ” の値を入力してください

つまり、

“Sector” の値を入力してください。

不足している必須フィールドの最初のものを取得するだけで大丈夫です。

「いいね!」 5

それは、短時間に大量のユーザー登録を試みた際に発生していた問題、特にユーザー入力項目が多すぎたことによる問題を確実に解消したでしょう。ご対応いただき、ありがとうございます。

「いいね!」 1

正しいエラーメッセージが以下の open PR に追加されました

追伸:マージ済み

「いいね!」 4