# How do I pass data from one page to a new page triggered by a button?

**URL:** https://community.glideapps.com/t/how-do-i-pass-data-from-one-page-to-a-new-page-triggered-by-a-button/60003
**Category:** Ask for Help
**Created:** [April 1, 2023, 11:58pm UTC](https://community.glideapps.com/t/how-do-i-pass-data-from-one-page-to-a-new-page-triggered-by-a-button/60003 "2023-04-01T23:58:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![michaelofficial](https://avatars.discourse-cdn.com/v4/letter/m/7ea924/32.png) [@michaelofficial](https://community.glideapps.com/u/michaelofficial)
#### Post date: [April 1, 2023, 11:58pm UTC](https://community.glideapps.com/t/how-do-i-pass-data-from-one-page-to-a-new-page-triggered-by-a-button/60003/1 "2023-04-01T23:58:15Z")

</div>

Hello all,

I’ve been banging my head against this for long enough I thought I’d ask here:

I’m essentially trying to enable a “send request” functionality.

The goal is a user can hit a button on someone’s profile to send a request, which takes you to a new page where you fill out the request information (event date, location, cost estimate, etc.) and then press a button “Send Request” which successfully renders that information in the receivers “My requests” tab.

The issue is I can’t figure out how to capture the data of who’s sending and receiving (and their attributes like photo, name, etc.) so i can surface it on other pages…

Any help here would be greatly appreciated.

Thanks so much,  
Michael

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [April 2, 2023, 12:12am UTC](https://community.glideapps.com/t/how-do-i-pass-data-from-one-page-to-a-new-page-triggered-by-a-button/60003/2 "2023-04-02T00:12:58Z")

</div>

To capture who is sending, use the user’s profile columns to capture recipient info… relate that User email to the user’s table and use the lookup column to pull out data.
