# Custom profile fields, not show them on signup

**URL:** https://meta.discourse.org/t/custom-profile-fields-not-show-them-on-signup/127152
**Category:** UX
**Tags:** user-custom-fields
**Created:** [8월 29, 2019, 7:52오후 UTC](https://meta.discourse.org/t/custom-profile-fields-not-show-them-on-signup/127152 "2019-08-29T19:52:39Z")
**Posts on this page:** 1
**Showing post:** 8

<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: [12월 15, 2021, 8:07오후 UTC](https://meta.discourse.org/t/custom-profile-fields-not-show-them-on-signup/127152/8 "2021-12-15T20:07:30Z")

</div>

제 CSS는 꽤 기본적인 수준이지만, 가입 페이지의 해당 박스만 이 코드로 지정할 수 있을 것 같아요:

```plaintext
.d-modal.create-account .user-field-YOUR-FIELD-NAME {
    display: none;
}

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

```

이렇게 하면 다른 곳에서는 해당 필드를 정상적으로 사용할 수 있습니다.

**수정:** 초대 페이지를 사용하신다면, 초대 페이지용 코드도 함께 넣어 두었습니다. 👍

---

_[View the full topic](https://meta.discourse.org/t/custom-profile-fields-not-show-them-on-signup/127152)._
