﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31294	Disabled (hidden) inputs don't transmit their data	berzi	nobody	"It seems that hidden inputs (in my case I tried with a CharField and an EmailField, both with a HiddenInput as widget) ""refuse"" to transmit their data through the form if they are disabled.

It's possible that this happens with all disabled fields, and that it doesn't happen if the field has an initial value set on declaration, but initial values set at runtime get thrown away, and not all use-cases allow the initial value to be assigned on class declaration (for example, data from a request needs to be obtained at runtime).

The problem and a few test scenarios are outlined in [https://stackoverflow.com/questions/60322334/way-to-pass-information-from-a-get-parameter-to-a-post-form-in-django this SO question]."	Bug	new	Forms	3.0	Normal		forms, hidden, input, get, post		Unreviewed	0	0	0	0	0	0
