I have some disabled inputs in a form and I want to send them to a server, but Chrome excludes them from the request.
Is there any workaround for this without addin
Simple workaround - just use hidden field as placeholder for select, checkbox and radio.
From this code to -
Male Female
that code -