Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiddenInput drops default value when using GET #71

Closed
joemull opened this issue Jun 18, 2024 · 0 comments · Fixed by #72
Closed

HiddenInput drops default value when using GET #71

joemull opened this issue Jun 18, 2024 · 0 comments · Fixed by #72

Comments

@joemull
Copy link
Member

joemull commented Jun 18, 2024

Problem

We recently started using HiddenInput to put the Band.category onto the BandForm.

This works for POST data but not for GET query parameters.

Proposed solution

Don't use Django's HiddenInput, just hide the field with HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant