Looking to build a list from a dropdown menu
Hi all,
I'm looking for code which will allow users to select an option from a dropdown list which then puts the selection below the dropdown. When the next option is selected, it puts that selection beneath the previous one, and so on e.g.
[dropdown with options 1,2,3,4]
(selection results in...)
4
2
1
3
(...or whatever order they were selected).
Hoping someone can point me in the right direction.
Thanks!
|