Change ChoiceField to MultipleChoiceField for the fields that use checkboxes. This is a minimum viable solution that's sufficient for testing, but moderately hacky. To clean it up, add validation that enforces a maximum of one option. Or identify an underlying problem.
Change ChoiceField to MultipleChoiceField for the fields that use checkboxes. This is a minimum viable solution that's sufficient for testing, but moderately hacky. To clean it up, add validation that enforces a maximum of one option. Or identify an underlying problem.
Closes https://github.com/18F/ffd-info-exchange/issues/136.