Hi. I’m trying to do the following…
- On Page B, user selects Item 1 from a dropdown element
- On Page C, user is shown content that relates to Item 1 only
So I’ve tried the following…
- On Page A, user signs up and is stored as an entry in my User database, then they’re directed to Page B
- On Page B, user selects an Item from a dropdown, and clicks button to save selection
- 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