# Find data in a Form

**URL:** https://community.glideapps.com/t/find-data-in-a-form/36344
**Category:** Ask for Help
**Created:** [December 25, 2021, 9:29pm UTC](https://community.glideapps.com/t/find-data-in-a-form/36344 "2021-12-25T21:29:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ricardo\_Limpias](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ricardo_limpias/32/7332_2.png) [@Ricardo\_Limpias](https://community.glideapps.com/u/Ricardo_Limpias)
#### Post date: [December 25, 2021, 9:29pm UTC](https://community.glideapps.com/t/find-data-in-a-form/36344/1 "2021-12-25T21:29:51Z")

</div>

My team has to fill a form where they has to write the customer code in a “text entry” space, and I would like to automatically show the coordinates before the form is Submit.

Is there a way to do that ?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 25, 2021, 11:58pm UTC](https://community.glideapps.com/t/find-data-in-a-form/36344/2 "2021-12-25T23:58:25Z")

</div>

So the coordinates are already in the “Customers” table, right?

If they don’t have to do anything with the coordinates and you just wanna show it, add an inline list, filter by customer code is the same as the form screen’s chosen customer code, and display the coordinates in the inline list item.
