mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
Add hint text for volumes questions
We’ve had some non-helpful answers to these questions, eg ‘3’. This commit adds examples of the kind of response we’re looking for, to help users write good answers.
This commit is contained in:
@@ -364,11 +364,11 @@ class RequestToGoLiveForm(Form):
|
||||
validators=[DataRequired(message='Can’t be empty')]
|
||||
)
|
||||
start_volume = StringField(
|
||||
'How many messages do you expect to send per month to start with? Give an estimate in numbers.',
|
||||
'How many messages do you expect to send to start with?',
|
||||
validators=[DataRequired(message='Can’t be empty')]
|
||||
)
|
||||
peak_volume = StringField(
|
||||
'Will the number of messages a month increase and when will that start? Give an estimate.',
|
||||
'Will the number of messages increase and when will that start?',
|
||||
validators=[DataRequired(message='Can’t be empty')]
|
||||
)
|
||||
upload_or_api = RadioField(
|
||||
|
||||
Reference in New Issue
Block a user