• Hello. I tested it multiple times.

    Everything work if either of this Plugins are activated.
    But both together don’t work.

    This is the Plugin which causes Problems: https://www.ads-software.com/plugins/cf7-grid-layout/

    Once i click “Publish” it tells me that “This Link is expired” and throws a 403 error in console. “/wp-admin/post.php 403 (Forbidden)”

    Please help.

Viewing 1 replies (of 1 total)
  • I figured out, that “Redirection for Contact Form 7” changed there nonce names, but missed out at least this one:
    wpcf7-redirect/templates/extensions/extensions-table.php – Line 10:
    wrong: wp_nonce_field( ‘manage_cf7_redirect’, ‘_wpcf7nonce’ );
    correct: wp_nonce_field( ‘manage_cf7_redirect’, ‘_wpcf7rnonce’ );

    (have a look at the r)

Viewing 1 replies (of 1 total)
  • The topic ‘CF7 Smart Grid Extension + CF7 Redirect = Error’ is closed to new replies.