Individual Forms

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.

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

1 Like

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.

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

1 Like

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

2 Likes

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.

2 Likes

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

2 Likes