I used in functions.php: add_filter("gform_validation_message_2", "change_message", 10, 2);
to change validation message for form ID2
The validation message for this form becomes blank. The others still work.
How do I change validation message for the form?
Really, this should be an option in form settings like there is for every field!