disable validation
-
Is there a way i can disable form validation.
I want to write my own form validation.I thought adding this filter in function.php will do it but looks like this is just for configuration
add_filter( 'wpcf7_validate_configuration', '__return_false' );
The topic ‘disable validation’ is closed to new replies.