Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jpagano

    (@jpagano)

    can you confirm your select field works when you disable the Post My CF7 Form plugin?

    No, the field don’t work because the validation is triggered by CF7 and not your plugin.

    remove_action('wpcf7_init', 'reset_select_enum_rules', 100);

    My actual “fix” is to downgrade to 6.0.7 version and re add the previous snippet to disable the validation.

    Thanks!

Viewing 1 replies (of 1 total)