#Select input field
7 messages · Page 1 of 1 (latest)
No i meant i have two web pages for example index.html and form.html. Wel i stored a input that has users 1-4 in an array, but i want to show these users in a dropdown so how do i do that
I am trying to figure it out but im a complete noob to coding and use too much chat gpt
How did you store them? Typically read the JSON string from localStorage, parse it (it’s an array, right?), then loop through it to create/append the options.