<select> element in HTML script does not register input data
Hellow,
I am trying to collect some participant data by means of an HTML form.
The problem is that all the HTML-form-elements (for instance, radio-button or input-text) correctly register input-data, except for the <select> element:
Maybe someone could help me with this or has an idea of what may be happening.
Thanks a lot!

Comments
I've had the exact same issue before which has now been addressed in the latest version of OSWeb. Coincidentally, it was released just yesterday :) If you update to 1.4.8.0, it should work!
Thank you very much @sebastiaan !!
Thank you so much. Now it works perfectly!