• Resolved denspad

    (@denspad)


    I have purchased your plugin and noted whilst reading online that another user had posted an issue whereby the WordPress dashboard displays a red (1) on the contact form. I understand this to be an indication that CF7 needs to validate the contact form.

    Unfortunately, clicking on the Contact link does not display the validation screen. Instead, the screen briefly flashes the message before returning to a list of contact forms.

    The only way to remove the (1) from the menu is to disable your plugin, validate the forms and then re-enable the plugin.

    Can you fix this please.

    • This topic was modified 4 years, 9 months ago by denspad.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to your functions.php file

    add_filter( ‘wpcf7_validate_configuration’, ‘__return_false’ );

    It turns off the validator. There are other things that could be causing the validator to cause issues. For me, it was that i wanted my forms to email to people outside the domain name.

    Plugin Author GusRuss89

    (@gusruss89)

    The latest release of the plugin fixes this bug. You may need to force-refresh on your form page to be able to see the admin notice about validation.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MD Prevents Contact Form Validation’ is closed to new replies.