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

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

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.