Skip to content

Commit

Permalink
Fix privacy forms address selector
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Dec 10, 2024
1 parent c9543e5 commit b7c50f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfgov/privacy/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ class PrivacyActForm(forms.Form):
widget=forms.EmailInput(attrs=text_input_attrs),
)
contact_channel = forms.ChoiceField(
widget=forms.RadioSelect,
choices=[
("email", "Please send my records via email"),
("mail", "Please send my records by mail"),
]
],
)
street_address = forms.CharField(
required=False,
Expand Down

0 comments on commit b7c50f0

Please sign in to comment.