Change Error Message for field types possible?

Options

Hi,
is it possible to change the error message in a webform, e. g. for a field with field tpye 'email'?
The default message is: Should match format "email"

Tagged:

Answers

  • Jeff_146001
    Jeff_146001 Posts: 296 admin
    Options

    Hi @Christina_212086,
    There is not currently a way to configure that default error message that appears. It would be a good new Idea to suggest.

    I do have a very good workaround for you, though:
    1. Set the field type to Short text
    2. Add a Pattern validation and input ^.+@[^\.].*\.[a-z]{2,}$ as the pattern.
    3. Set the Error message to be whatever text you'd like.