I got a select tag with some options in a HTML form:
(the data will be collected and processed using PHP)
Testing:
This may or may not be useful to others, but for my particular use case I just wanted additional parameters to be passed back from the form when the option was selected - these parameters had the same values for all options, so... my solution was to include hidden inputs in the form with the select, like:
Maybe obvious... more obvious after you see it.