Displaying data field based on user's input on previous page

Hi. I’m trying to do the following…

  1. On Page B, user selects Item 1 from a dropdown element
  2. On Page C, user is shown content that relates to Item 1 only

So I’ve tried the following…

  1. On Page A, user signs up and is stored as an entry in my User database, then they’re directed to Page B
  2. On Page B, user selects an Item from a dropdown, and clicks button to save selection
  3. User’s database entry is then updated with their preference, and the user’s directed to Page C

Now I’m stuck…

How do I get page C to display data (text) relating to Item 1 that I’ve got stored in a database? I’ve added a text field to the page but can’t figure out how to insert dynamic data properly.

Thank you