PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

gform_validation_message

  1. Ciao, I have add this filter in my function.php, it's ok but it don't produce the Div
    ( <div class="validation_error"> <div> )

    add_filter("gform_validation_message", "change_message", 10, 2);
    function change_message($message, $form){
    return "C'รจ stato un problema di validazione. Gli errori sono evidenziati di seguito.";
    }

    Small tips? Thank you.

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink
  2. I don't see how it is going to produce the div. The filter just replaces a text string in gravity Forms. The div in your example above isn't going to be output by placing it in your functions.php file. I'm not sure what you are trying to do with the div.

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink