Hello,

We want to use this module, but in our case the error messages are not what we expect and would like to get more generic message.

So basically:

$this->t('This field is required.');

Instead of this:

$this->t('@title field is required.', [
  '@title' => $this->getElementTitle($element),
]);
CommentFileSizeAuthor
#2 clientside_validation-3440506-2.patch595 bytesludo.r

Comments

Ludo.R created an issue. See original summary.

ludo.r’s picture

Status: Active » Needs review
StatusFileSize
new595 bytes

And here's the patch.

Status: Needs review » Needs work

The last submitted patch, 2: clientside_validation-3440506-2.patch, failed testing. View results