• madesty

    (@madesty)


    Good afternoon. I am trying to change the message (this value is required). Using this code, I managed to change the text fields:

    add_filter( ‘caldera_forms_field_attributes’, function($attrs){
    $attrs[ ‘data-parsley-error-message’ ] = ‘This Field Is Required’;

    return $attrs;
    }, 10);

    But for checkboxing, knowledge does not change. Tell me, how can I solve the problem?

  • The topic ‘Change Validation Error Message’ is closed to new replies.