class RegionalExpertiseForm(forms.Form):
    expertise_regions = forms.MultipleChoiceField(
        label='Select the regions you have expertise in',
        choices=choices.EXPERTISE_REGION_CHOICES,
        required=False,