Skip to content

Commit

Permalink
Change form button text
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Mar 1, 2024
1 parent 5463193 commit c4d7dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class RequestAccessForm(FlaskForm):
contact = RadioField('Can we follow up with you at this email address to discuss your planned use of the data file?*', choices=[(True, 'Yes'), (False, 'No')], coerce=bool, validators=[DataRequired()])
primary_use = MultiCheckboxField('What is your planned use for the data? (check all that apply)*', choices=use_choices, validators=[MultiCheckboxAtLeastOne()])
additional_info = TextAreaField('Tell us more about how you plan to use the data!')
submit = SubmitField('Request Access')
submit = SubmitField('Send link')

0 comments on commit c4d7dd6

Please sign in to comment.