# Unable to allow user edits or delete form

**URL:** https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057
**Category:** Ask for Help
**Created:** [July 7, 2022, 4:36pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057 "2022-07-07T16:36:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 7, 2022, 4:36pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/1 "2022-07-07T16:36:36Z")

</div>

Hi,

Im rather new to Glide and have several questions.

Right now Im trying to allow user edits, but the pencil in the upper right corner is grayed out. I have made one other application before and have not seen this problem.

I made sure all my columns I want editable by users to be check off as user-specific. I also made sure under profile to allow user edits. I also made sure that allow user edits was properly checked off under edit form. For whatever reason the pencil remains gray. Now I understands you can set conditions, but with the other application I made I did not need to set any for the pencil function to work. Also as a result to this I am unable to delete a form once it is created.

Any help would be appreciated.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 7, 2022, 5:32pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/2 "2022-07-07T17:32:36Z")

</div>

If the pencil is grayed out, that leads me to believe that your screen is not attached to any rows. Does your table have any existing rows in it? Do you have any filters on your screen that would prevent it from attaching to an existing row? Do you have Row Owners applied to any columns in the table?

---

<div class="post-metadata">

### Author: ![PJnotDJ](https://avatars.discourse-cdn.com/v4/letter/p/9fc29f/32.png) [@PJnotDJ](https://community.glideapps.com/u/PJnotDJ)
#### Post date: [July 7, 2022, 6:52pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/3 "2022-07-07T18:52:11Z")

</div>

Hi there,

The only solution I found was to recreate my table and start again. I didn’t have much in it so it wasn’t an inconvenience at all. that resolved my issue.

I do have another problem if you don’t mind answering this.

How to I prevent cross-device syncing. If that is possible with Glide.

What I mean is I publish my app and share it with friends. They add things into said app and it appears on everyones devices and isn’t private or exclusive to that user. Is there a way to prevent that from happening so when a user makes changes it’s exclusive to them?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 7, 2022, 7:18pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/4 "2022-07-07T19:18:37Z")

</div>

Depends on how your data is structured and how concerned you are with security.

> **[Security & User Data](https://docs.glideapps.com/all/topics/security-and-user-data)**
>
> Learn how to make your projects safe and secure

Use User Specific Columns if a multiple users are updating the same row, but you want the values to be unique to each user.

> **[User-specific columns](https://docs.glideapps.com/all/product/data-editor/user-specific-columns)**

Use Row Owners if each user is writing their own separate rows, but you want to guarantee security so they can you see their own rows. Requires a column with the signed in user’s email.

> **[Row Owners](https://docs.glideapps.com/all/topics/security-and-user-data/row-owners)**
>
> A secure way to restrict access to certain rows

Use Filters if data security is not a concern and you simply want to only display rows for a particular user. Requires a column with the signed in user’s email.

> **[Filter](https://docs.glideapps.com/all/topics/ux/filter)**
>
> Filter your lists based on criteria

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 8, 2022, 7:18pm UTC](https://community.glideapps.com/t/unable-to-allow-user-edits-or-delete-form/44057/5 "2022-07-08T19:18:41Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
