While these default messages can be overwritten by user-defined messages set in Typeform while creating a survey, Typeform UI has different restrictions depending on the message label. For example label.error.mustEnter and label.error.emailAddress could have different validation logic, allowing label.error.emailAddress to support more characters than label.error.mustEnter.
We would like a way to be able to specify custom messages in dashboard-client instead of relying on Typeform.
Currently, we use default messages for different errors and stages during the messaging flow, see, https://github.com/vlab-research/translate-typeform/blob/master/validator.js#L6-L13.
While these default messages can be overwritten by user-defined messages set in Typeform while creating a survey, Typeform UI has different restrictions depending on the message label. For example
label.error.mustEnter
andlabel.error.emailAddress
could have different validation logic, allowinglabel.error.emailAddress
to support more characters thanlabel.error.mustEnter
.We would like a way to be able to specify custom messages in
dashboard-client
instead of relying on Typeform.