Hi all,
Does it’s possible to have a kind of validate_value filter to alert the user if a value seams to be wrong but which allow him to save ? With a kind of “are you sure ?” button or pop-up ?
For example you create a new contact record where the field first_name and last_name already exist in another custompost : it may be a mistake because you try to register the same contact twice but it can be right if it’s a namesake.
Thanks !
No, anything other than true
returned from validate value is assumed to be false and will stop the form from being submitted.