Viewing 2 replies - 1 through 2 (of 2 total)
  • Dear plugin developper, tell me if I can help you to make your plugin working with the last CF7 version.

    Within /cf7-multi-step/contact-form-7-multi-step.php

    At line 132, change

    if (WPCF7_VERIFY_NONCE && ! wpcf7_verify_nonce($_POST['_wpnonce'], $contact_form->id())) {

    to

    if (WPCF7_VERIFY_NONCE && ! wpcf7_verify_nonce($_POST['_wpcf7_nonce'], $contact_form->id())) {

    Contact Form 7 changed from _wpnonce to _wpcf7_nonce AFAIK, this fixed it for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CF7 4.7.5 update’ is closed to new replies.