# Individual Forms

**URL:** https://community.glideapps.com/t/individual-forms/7922
**Category:** Ask for Help
**Created:** [April 27, 2020, 9:38am UTC](https://community.glideapps.com/t/individual-forms/7922 "2020-04-27T09:38:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Andre\_Ventura](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andre_ventura/32/424_2.png) [@Andre\_Ventura](https://community.glideapps.com/u/Andre_Ventura)
#### Post date: [April 27, 2020, 9:38am UTC](https://community.glideapps.com/t/individual-forms/7922/1 "2020-04-27T09:38:56Z")

</div>

Hello Community, I’m working on a small real estate app, and I was wondering if it is possible to make a form for each real estate property? Or at least a way that my form answers could include the reference for the real estate property.

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [April 27, 2020, 10:08am UTC](https://community.glideapps.com/t/individual-forms/7922/2 "2020-04-27T10:08:15Z")

</div>

Hey @Andre_Ventura

Using Choice component will help you getting a list of your real estate properties

Take a look in this link to learn more!

[https://docs.glideapps.com/all/reference/components/pickers/choice](https://docs.glideapps.com/all/reference/components/pickers/choice)

---

<div class="post-metadata">

### Author: ![Andre\_Ventura](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andre_ventura/32/424_2.png) [@Andre\_Ventura](https://community.glideapps.com/u/Andre_Ventura)
#### Post date: [April 27, 2020, 10:41am UTC](https://community.glideapps.com/t/individual-forms/7922/3 "2020-04-27T10:41:06Z")

</div>

Hey @Lucas_Pires, thanks for your answer. But, what I wanted (and sorry for the lack of explanation) was so that the form inside the real estate propertie already came with reference without asking the user to do that.

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [April 27, 2020, 10:54am UTC](https://community.glideapps.com/t/individual-forms/7922/4 "2020-04-27T10:54:37Z")

</div>

Ok, with an inline list you can pick up the information of each one setting a form button in the real state page

---

<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 27, 2020, 12:44pm UTC](https://community.glideapps.com/t/individual-forms/7922/5 "2020-04-27T12:44:45Z")

</div>

[https://docs.glideapps.com/all/reference/privacy-and-per-user-data/special-values/column-values](https://docs.glideapps.com/all/reference/privacy-and-per-user-data/special-values/column-values)

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [April 27, 2020, 12:55pm UTC](https://community.glideapps.com/t/individual-forms/7922/6 "2020-04-27T12:55:51Z")

</div>

This is what I was going to suggest as well…if you place the form button on a tab that’s pointing to the sheet housing the r.e.prop’s information, you can use special value columns (referenced by @Jeff_Hager above) to display and pass the information automatically.

---

<div class="post-metadata">

### Author: ![Andre\_Ventura](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andre_ventura/32/424_2.png) [@Andre\_Ventura](https://community.glideapps.com/u/Andre_Ventura)
#### Post date: [April 27, 2020, 3:56pm UTC](https://community.glideapps.com/t/individual-forms/7922/7 "2020-04-27T15:56:37Z")

</div>

@Robert_Petitto, @Jeff_Hager and @Lucas_Pires thanks a lot. Problem solved with column values.
