# How to add user's information at form button

**URL:** https://community.glideapps.com/t/how-to-add-users-information-at-form-button/5827
**Category:** Ask for Help
**Created:** [March 25, 2020, 10:43am UTC](https://community.glideapps.com/t/how-to-add-users-information-at-form-button/5827 "2020-03-25T10:43:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![japan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/japan/32/4297_2.png) [@japan](https://community.glideapps.com/u/japan)
#### Post date: [March 25, 2020, 10:43am UTC](https://community.glideapps.com/t/how-to-add-users-information-at-form-button/5827/1 "2020-03-25T10:43:23Z")

</div>

hello, there.

i want to find “username” from “user” sheet for using SPECIAL VALUES “user’s email” at form button.

“product” sheets have these items.  
oooooooooooooooooooooooooooooooooo  
productname  
pencil  
apple  
oooooooooooooooooooooooooooooooooo

and “user” sheets have these items.  
oooooooooooooooooooooooooooooooooo  
usermail username  
aaa@aaa ken  
bbb@bbb james  
oooooooooooooooooooooooooooooooooo

i made “product” tab from “product” sheet,  
and i added form button.

i want to use “username”,  
when i push the form button.

can i get “username”?

i want to find username from “user” sheet for using SPECIAL VALUES “user’s email”

---

<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: [March 26, 2020, 11:52pm UTC](https://community.glideapps.com/t/how-to-add-users-information-at-form-button/5827/2 "2020-03-26T23:52:54Z")

</div>

Are you trying to show the the username on the form or are you trying to get the username in the form response sheet? If you just want the username in the form response sheet after submitting the form, then you can save the email special value to the sheet, then create a relation column to link the email in the form response sheet to the email in the user sheet. Then create a lookup to get the username from the relation.

---

<div class="post-metadata">

### Author: ![japan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/japan/32/4297_2.png) [@japan](https://community.glideapps.com/u/japan)
#### Post date: [March 31, 2020, 5:27am UTC](https://community.glideapps.com/t/how-to-add-users-information-at-form-button/5827/3 "2020-03-31T05:27:57Z")

</div>

thank you for your answer.  
i wan to show the the username on the form.

i want to display user name every pages.

for example product page , or form or everypase.

for example ,  
“james is login now”

(james from user sheet from using login user mail)

---

<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: [April 4, 2020, 3:30pm UTC](https://community.glideapps.com/t/how-to-add-users-information-at-form-button/5827/4 "2020-04-04T15:30:33Z")

</div>

I think that might be really hard to do at the moment. You would have to have a duplicate page for every user where the row has their email address. Then you could create a relation and lookup to the user sheet to get their name. But again, you would have to duplicate everything, so each user would have to have their own Pencil row and their own Apple row, etc.
