I think there are 2 ways of achieving this (if I understand your question correctly):
- Create 1 variable for each input/dropdown that holds the current value of the input
- Create 1 variable for all inputs that holds each input's value in an object for instance
To show the selected values below the form, you would use the value(s) from your variables