# Campi utente definiti ancora visibili nella registrazione

**URL:** https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837
**Category:** Support
**Created:** [12 Aprile 2019, 8:10am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837 "2019-04-12T08:10:41Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![Nrsinga\_Dasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nrsinga_dasa/32/135535_2.png) [@Nrsinga\_Dasa](https://meta.discourse.org/u/Nrsinga_Dasa)
#### Post date: [12 Aprile 2019, 8:10am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/1 "2019-04-12T08:10:41Z")

</div>

Hello Support

User fields are still showing up in sign up page even with tickbox not ticked:

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

---

<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: [12 Aprile 2019, 9:17am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/2 "2019-04-12T09:17:03Z")

</div>

This is not a bug. Required means “must be filled out”.

---

<div class="post-metadata">

### Author: ![Nrsinga\_Dasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nrsinga_dasa/32/135535_2.png) [@Nrsinga\_Dasa](https://meta.discourse.org/u/Nrsinga_Dasa)
#### Post date: [12 Aprile 2019, 9:26am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/3 "2019-04-12T09:26:17Z")

</div>

> [@codinghorror](#):
>
> Required means “must be filled out”.

Correct. My current setting is not ticked. That means not required.

 ![image](https://global.discourse-cdn.com/meta/original/3X/3/0/30408121b5560e1a9a8f355d8cc8f966b49e9ebc.png)

So according to my settings only first field should be visible in sign up form not others like Address. This is not the case. See below.

 ![image](https://global.discourse-cdn.com/meta/original/3X/2/5/257d777ce61a078c88341423fa2ba379a7f2c78f.png)

---

<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: [12 Aprile 2019, 9:41am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/4 "2019-04-12T09:41:24Z")

</div>

Can you repro this @tshenry?

---

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [12 Aprile 2019, 9:52am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/5 "2019-04-12T09:52:57Z")

</div>

I can repro! The user field shows up on the signup modal with all boxes unchecked. The expected behavior should definitely be to only display if “ **Required at signup?** ” is checked. Unless user fields were always intended to show on the signup modal, and the setting is only to enforce that the field is filled before a user can sign up.

---

<div class="post-metadata">

### Author: ![Nrsinga\_Dasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nrsinga_dasa/32/135535_2.png) [@Nrsinga\_Dasa](https://meta.discourse.org/u/Nrsinga_Dasa)
#### Post date: [12 Aprile 2019, 9:59am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/6 "2019-04-12T09:59:47Z")

</div>

It should not show up on signup page it not ticket. Because it can still be access via members preference section after signup. So definitely needs to edit code to not show.

---

<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: [15 Aprile 2019, 1:16am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/7 "2019-04-15T01:16:18Z")

</div>

@nbianca can you investigate a fix here. This sounds very odd to me.

---

<div class="post-metadata">

### Author: ![Nrsinga\_Dasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nrsinga_dasa/32/135535_2.png) [@Nrsinga\_Dasa](https://meta.discourse.org/u/Nrsinga_Dasa)
#### Post date: [15 Aprile 2019, 4:08am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/9 "2019-04-15T04:08:49Z")

</div>

Hello @sam and @nbianca here are my settings:

 ![image](https://global.discourse-cdn.com/meta/original/3X/9/b/9b9235b5d6b2032cea475e7f394e89c67d2ab3c9.png)

and I am using the following CSS to not show in the signup page:

```css
.create-account .user-fields .user-field {
    display: none;
}

.invites-show form .input.name-input {
 display: none;   
}

.invites-show .user-field {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [15 Aprile 2019, 4:24am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/10 "2019-04-15T04:24:51Z")

</div>

It has behaved this way for as long as I can recall, I know several sites built on this behavior. Ticking required adds the red asterisk to the field and registration can’t be completed unless it’s provided.

Previously I took that unchecked box to mean ‘optional at signup’. If the behavior of that box is going to change, as I know several places where providing additional data is _optional_ and relies on those fields.

> [@tshenry](#):
>
> Unless user fields were always intended to show on the signup modal, and the setting is only to enforce that the field is filled before a user can sign up.

Yes, this, so different communities could ask for social media handles, etc. Asked, but not enforced.

---

<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: [15 Aprile 2019, 5:21am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/11 "2019-04-15T05:21:43Z")

</div>

> [@Stephen](#):
>
> Ticking required adds the red asterisk to the field and registration can’t be completed unless it’s provided.

Aha yes, that is what I remembered as well. So this is a misunderstanding about what “required” means. Or maybe we need two options here, not sure.. I don’t favor a lot of extra work at this time though.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [15 Aprile 2019, 5:49am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/12 "2019-04-15T05:49:40Z")

</div>

I guess it depends if there’s any value in hiding user-edited fields during signup. If they’re optional then they aren’t adding friction.

I know from experience with customer environments that there’s a stark difference in the completion rate on optional fields against the date of their implementation. Asking later just doesn’t have the same takeup.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [11 Luglio 2022, 9:05am UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/15 "2022-07-11T09:05:07Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [27 Ottobre 2022, 10:05pm UTC](https://meta.discourse.org/t/user-fields-defined-still-showing-up-in-signup/114837/16 "2022-10-27T22:05:30Z")

</div>


