I’ve a select form field prefilled with the filter wpcf7_form_tag_data_option and the validation message also appears and the field is marked invalid.
I’ve tried this snippets and there’s no way to disable the SWV rules.
remove_action( ‘wpcf7_swv_create_schema’, ‘wpcf7_swv_add_select_enum_rules’, 20);
remove_action( ‘wpcf7_init’, ‘reset_select_enum_rules’, 100);
Next, I’ve a second select field that receives an AJAX request with the value of the first select and displays the result on it. It’s the same error.
In my case, the version 6.1.0 is not working with my CF7 configuration.
Any clues to resolve it?
Thanks!