# Edit Profile Screen

**URL:** https://community.glideapps.com/t/edit-profile-screen/59278
**Category:** Ask for Help
**Created:** [March 16, 2023, 6:47pm UTC](https://community.glideapps.com/t/edit-profile-screen/59278 "2023-03-16T18:47:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Tugba\_Betul\_Imre](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tugba_betul_imre/32/55649_2.png) [@Tugba\_Betul\_Imre](https://community.glideapps.com/u/Tugba_Betul_Imre)
#### Post date: [March 16, 2023, 6:47pm UTC](https://community.glideapps.com/t/edit-profile-screen/59278/1 "2023-03-16T18:47:38Z")

</div>

How can I make the profile-filling field mandatory after registration? Currently, if people do not enter this field after registration, they can pass without filling it out.

---

<div class="post-metadata">

### Author: ![XceL](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xcel/32/91079_2.png) [@XceL](https://community.glideapps.com/u/XceL)
#### Post date: [March 16, 2023, 7:29pm UTC](https://community.glideapps.com/t/edit-profile-screen/59278/2 "2023-03-16T19:29:59Z")

</div>

Hey  
Welcome to the community  
So you could set a IfElse column that returns false if the mandatory columns are empty (ie profile not set) or else. Let’s call it ProfileReady.  
and have 2 sets of screens:

- the “onboarding” screen that is shown for users where ProfileReady is false
- the other screens that are shown only if ProfileReady is true

You would do that in the Visibility Conditions of the screens

Give it a try and let us know if that helps!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [March 17, 2023, 1:17am UTC](https://community.glideapps.com/t/edit-profile-screen/59278/3 "2023-03-17T01:17:10Z")

</div>

You can also check this:

> [@Creating an onboarding flow using tab visibility](https://community.glideapps.com/t/creating-an-onboarding-flow-using-tab-visibility/11149):
>
> First Test - Onboarding iphoneNecessary informations first: Name & Profile Pic [Untitled\_ Jun 19, 2020 5\_09 PM]
