# How to get information from Page Source to Form Container

**URL:** https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837
**Category:** Ask for Help
**Created:** [March 19, 2025, 10:15am UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837 "2025-03-19T10:15:17Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![RD-Team](https://avatars.discourse-cdn.com/v4/letter/r/3d9bf3/32.png) [@RD-Team](https://community.glideapps.com/u/RD-Team)
#### Post date: [March 19, 2025, 10:15am UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/1 "2025-03-19T10:15:17Z")

</div>

Hi,

Attached is the QR Feedback page with Source is QR Code table. After scanned the QR code, the QR Feedback page managed to capture “The URL of the current screen” and display at the top of the page. By using the loc=582, the page managed to get the Location Name from Locations table by using relation at QR Code table and displayed at the page.

The Location ID(Text Entry) is located at Form Container with Target table is Tasks. The Default value of Location ID is get from LocationID at QR Code table.

Label: Location ID  
Default value: LocationID from QR Code table  
Column: LocationID at Tasks table

However the Location located at Form Container did not display the location information.

Label: Location  
Default value: Relation to Locations table → Location Name (at QR Code table)  
Column: Location at Tasks table.

Please assist. Thank you.

 ![QR Code App](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/9/d97c5e8fd4b9db317bfb960341dfe6b6e43d4467.jpeg)

---

<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: [March 19, 2025, 10:44am UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/2 "2025-03-19T10:44:50Z")

</div>

Can you try managing the params in the Users table instead? I assume you’re getting loc=582 and do the lookup in a table that is not the Users table?

---

<div class="post-metadata">

### Author: ![RD-Team](https://avatars.discourse-cdn.com/v4/letter/r/3d9bf3/32.png) [@RD-Team](https://community.glideapps.com/u/RD-Team)
#### Post date: [March 20, 2025, 1:45am UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/3 "2025-03-20T01:45:50Z")

</div>

I get the LocationID (loc=582) using “Get Part of URL” at QR Code table and do the lookup at QR Code table. This page is open to Public. How to manage the params in the Users table?

Please assist. Thank you.

---

<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: [March 20, 2025, 11:53pm UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/4 "2025-03-20T23:53:08Z")

</div>

So users will never sign in for this app? The sandbox nature of forms might be a problem here, hence why I asked if there’s a way you can manage the information outside the form.

I would just do a custom form, if you don’t have too many entry components.

---

<div class="post-metadata">

### Author: ![RD-Team](https://avatars.discourse-cdn.com/v4/letter/r/3d9bf3/32.png) [@RD-Team](https://community.glideapps.com/u/RD-Team)
#### Post date: [March 21, 2025, 9:56am UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/5 "2025-03-21T09:56:41Z")

</div>

Yes. The users will never sign in the app.

---

<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: [March 21, 2025, 11:51pm UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/6 "2025-03-21T23:51:19Z")

</div>

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particular…

Please check the concept of a custom form here. That way, you have real-time access to values/relations to display the location as you need.

---

<div class="post-metadata">

### Author: ![RD-Team](https://avatars.discourse-cdn.com/v4/letter/r/3d9bf3/32.png) [@RD-Team](https://community.glideapps.com/u/RD-Team)
#### Post date: [March 24, 2025, 2:19am UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/7 "2025-03-24T02:19:02Z")

</div>

I cannot try and copy the template posted by Darren\_Murphy even I already signed in to Glide.  
Please assist. Thank you.

---

<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: [March 24, 2025, 11:33pm UTC](https://community.glideapps.com/t/how-to-get-information-from-page-source-to-form-container/80837/8 "2025-03-24T23:33:34Z")

</div>

I saw your exchange with Darren on the other thread. I tried it myself, can’t duplicate myself. Seems like there’s a problem with copying templates at the moment.
