# Is it possible to edit via a form button?

**URL:** https://community.glideapps.com/t/is-it-possible-to-edit-via-a-form-button/18033
**Category:** Ask for Help
**Created:** [November 6, 2020, 12:54am UTC](https://community.glideapps.com/t/is-it-possible-to-edit-via-a-form-button/18033 "2020-11-06T00:54:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [November 6, 2020, 12:54am UTC](https://community.glideapps.com/t/is-it-possible-to-edit-via-a-form-button/18033/1 "2020-11-06T00:54:32Z")

</div>

## Hey Gliders!

### Is it possible to edit (not add!) with a form button? I do not want to use the edit icon.

### For more context, look at this screenshot.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/a/3ab0f36be7697eebaaaf367124515cd954d4645d.png)  
I want this component to UPDATE/EDIT the _LOGGED IN USER_’s profile. Not _add_ a new Username to a non-existant user.

If not, I’ll make a feature request.

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [November 6, 2020, 1:08am UTC](https://community.glideapps.com/t/is-it-possible-to-edit-via-a-form-button/18033/2 "2020-11-06T01:08:51Z")

</div>

Form submissions will always add a new row to the sheet.

To do what you want, create a details view and filter it by signed-in user. Then, add the profile fields you want to edit and it will update that user’s row in your profile sheet.
