View Single Post
 
Old 02-22-2024, 03:11 AM
emlynot emlynot is offline Windows 10 Office 2021
Novice
 
Join Date: Oct 2023
Posts: 6
emlynot is on a distinguished road
Default 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!
Reply With Quote