# User specific form view as admin?

**URL:** https://community.glideapps.com/t/user-specific-form-view-as-admin/83150
**Category:** Ask for Help
**Created:** [July 13, 2025, 10:11pm UTC](https://community.glideapps.com/t/user-specific-form-view-as-admin/83150 "2025-07-13T22:11:15Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Mustafa\_Khalifa](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mustafa_khalifa/32/82985_2.png) [@Mustafa\_Khalifa](https://community.glideapps.com/u/Mustafa_Khalifa)
#### Post date: [July 13, 2025, 10:11pm UTC](https://community.glideapps.com/t/user-specific-form-view-as-admin/83150/1 "2025-07-13T22:11:15Z")

</div>

I’m building a multi-user form in Glide and I’m facing a dilemma. If I use user-specific columns to prevent users from overwriting each other’s inputs, I (as the admin) can’t see any of the data unless I view as that user. But if I use regular (non-user-specific) columns, then users end up overwriting each other’s inputs when using the form at the same time. What’s the recommended way to allow multiple users to fill out a form simultaneously, without interference, _and_ still have their submitted data visible to me as the admin?

normally i wouldnt mind on just clicking on view as if they were few members , but if there was to be many members, then that would be feasible. any assistance in this matter would help a ton.

Thanks so much

---

<div class="post-metadata">

### Author: ![Mazen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mazen/32/84042_2.png) [@Mazen](https://community.glideapps.com/u/Mazen)
#### Post date: [July 13, 2025, 11:11pm UTC](https://community.glideapps.com/t/user-specific-form-view-as-admin/83150/2 "2025-07-13T23:11:14Z")

</div>

Hey Mustafa, and welcome to the Glide Community!  
Check this video:

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/c/cc5bc22c1cf4493a04d0a5b9c9d427898fe6bf68.jpeg "Glide: Row Owners and Roles DEMYSTIFIED") ](https://www.youtube.com/watch?v=RmMLZINOwjQ)

---

<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: [July 13, 2025, 11:51pm UTC](https://community.glideapps.com/t/user-specific-form-view-as-admin/83150/3 "2025-07-13T23:51:41Z")

</div>

> [@Mustafa\_Khalifa](#):
>
> What’s the recommended way to allow multiple users to fill out a form simultaneously, without interference, _and_ still have their submitted data visible to me as the admin?

I think there’s something wrong here. Wouldn’t the custom form be in a helper table, and your submitted entries be in a different table in basic columns?

If you do it that way, you can view the submitted data in the “destination” table, and still keep user-specific columns (as it should be) in your custom form.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 14, 2025, 2:31am UTC](https://community.glideapps.com/t/user-specific-form-view-as-admin/83150/4 "2025-07-14T02:31:21Z")

</div>

> [@Mustafa\_Khalifa](#):
>
> I’m building a multi-user form in Glide and I’m facing a dilemma.

If you use a native form, then all of your issues are automatically taken care of.

> **[Forms | Glide Docs](https://www.glideapps.com/docs/use-cases/forms)**
>
> Collect data from your users in customizable forms.

---

<div class="post-metadata">

### Author: ![Mustafa\_Khalifa](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mustafa_khalifa/32/82985_2.png) [@Mustafa\_Khalifa](https://community.glideapps.com/u/Mustafa_Khalifa)
#### Post date: [July 14, 2025, 7:58pm UTC](https://community.glideapps.com/t/user-specific-form-view-as-admin/83150/5 "2025-07-14T19:58:15Z")

</div>

ok so what i did was pretty much use the email and make row owners for every new submission that was created. i just added an action button right before called “get started” to create the row with a prefilled email so they naturally become the row owner and thus are individual and wont rewrite each other. Thanks alot for the help guys, really appreciate it
