I need help with some components

I have a project where the user imputs some info and the info is displayed on the next frame.
So on frame 1 I have an imput text component where the user typs their name. 4 radio buttons to choose what video game console the like to play. 1 check box that says I enjoy movies. Lastly there’s a button component that goes to the next frame and displays the info in a text area component.
Which would be like this:
You name is =
Your favorite console is =
You like movies, or you don’t like movies

I’m really new to components and I can’t figure out how the gather the info that the user imputs and display it in the text area.
Any help would be very appreciated.