Sends Values from HTML Form to Flow

Hi

I’ve created a form in HTML (in a DSP) and I’m trying to send the values on that form to a Flow.

I manage to send all the values with no problem, except a select that is disabled. When it’s enabled it sends the value, but when it’s disabled it doesn’t send it (the same does not apply to textbox, even when they are disabled the value is sent).

Any ideas? (Except changing the select to a textbox :))

Thank you