• Hi,

    Is there any way I can completely remove the validation messages (e.g. ‘Please fill required field’, ‘Validation errors occurred’) and just leave the red border around the offending textboxes.

    I’ve edited the CF7 functions file (includes/functions.php)and commented out sections of the function wpcf7_messages() function, e.g.

    //'invalid_required' => array(
    			//'description' => __( "There is a field that the sender must fill in", 'wpcf7' ),
    			//'default' => __( 'Please fill the required field.', 'wpcf7' )
    		//)

    but nothing works 🙁

    Any help would be much appreciated

    http://ww.wp.xz.cn/plugins/contact-form-7/

The topic ‘Validation messages’ is closed to new replies.