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

**URL:** https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376
**Category:** UX
**Created:** [11 april 2016 om 05:23 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376 "2016-04-11T05:23:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [11 april 2016 om 05:23 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376/1 "2016-04-11T05:23:53Z")

</div>

Guess what I did not fill?

 ![](https://global.discourse-cdn.com/meta/original/3X/e/f/ef02918d51d74a554ad00e12d8a5f41ccb5077d8.png)

That’s right … good guess:

 ![](https://global.discourse-cdn.com/meta/original/3X/3/8/3878db6bc9463d1a2142e049f7b116688832b7df.png)

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:

 ![](https://global.discourse-cdn.com/meta/original/3X/c/7/c75d5e2a7fbeca3fd31691fd09046d933300c990.png)

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

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [11 april 2016 om 05:28 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376/2 "2016-04-11T05:28:47Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [11 april 2016 om 05:30 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376/3 "2016-04-11T05:30:34Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [12 april 2020 om 23:26 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376/4 "2020-04-12T23:26:32Z")

</div>

@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.

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [12 april 2020 om 23:47 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376/6 "2020-04-12T23:47:10Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [5 mei 2020 om 17:57 UTC](https://meta.discourse.org/t/you-have-not-completed-all-user-fields-ux-on-signup-should-be-improved/42376/7 "2020-05-05T17:57:04Z")

</div>

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

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

P.S. merged
