Can a custom validation message be set for the ‘No Duplicates’ rule on a field?
At the moment the message shown when a duplicate is entered, is:
“This field requires a unique entry and ‘[value]’ has already been used”
Thanks for any ideas.
Peter
Can a custom validation message be set for the ‘No Duplicates’ rule on a field?
At the moment the message shown when a duplicate is entered, is:
“This field requires a unique entry and ‘[value]’ has already been used”
Thanks for any ideas.
Peter
Peter, there’s no setting to change that message, but it’s part or the translatable strings, so using a plugin like Say What you can easily replace it.
The Original string to replace would be
This field requires a unique entry and '%s' has already been used
And the Text domain: gravityforms
Thanks for the quick response, Samuel!
I’ll give that a shot.