I want to make an image gallery and each image must have a label that when it's tapped it will show a select box with options to select; after a selection the label should update.
I was thinking to create a hidden form select field and managing the selection manually.