nodejs handeling a select form element nodejs handeling a select form element express express

nodejs handeling a select form element


Probably you will need to add a name attribute in your select and use that to capture the values.

Also, only one of the option values will be sent to the server, so there is no point in assigning name to each one of the options, if that was your intention.