CF7 Smart Grid Extension +Redirection for Contact Form 7 rnonce issue
-
If you have “CF7 Smart Grid Design Extension” and “Redirection for Contact Form 7” enabled, it prevents contact forms from being saved. The following error message will be displayed: “The link you followed has expired.”
This appears to be the result of an incorrect nonce name as shown below.
wpcf7-redirect/templates/extensions/extensions-table.php – Line 10:
This: wp_nonce_field( ‘manage_cf7_redirect’, ‘_wpcf7nonce’ );
Should be: wp_nonce_field( ‘manage_cf7_redirect’, ‘_wpcf7rnonce’ );
- The topic ‘CF7 Smart Grid Extension +Redirection for Contact Form 7 rnonce issue’ is closed to new replies.