• While using Meridian One theme, when I’m editing contact section i/m putting CF7 shortcode there, still it is showing ‘[contact-form-7 404 “Not Found”]’. This is not a usual not found error.
    Even I tried by changing id and name also deactivate & activating CF7 still issues there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please make sure you have Contact Form 7 installed and activated.

    The code [contact-form-7 404 "Not Found"] is usually a sign that the contact form specified by the shortcode couldn’t be found. Please make sure you are using the correct shortcode.

    From the WordPress backend, visit Contact > Contact Forms (/wp-admin/admin.php?page=wpcf7) and find the form you want to be using from the list. Click on the shortcode, which will allow you to select and copy the code. Then paste the code on the page (with either the Text or Visual editor) and click the blue “Update” button.

    Тhe developers of the Meridian One theme have a mistake in the code. In template-parts folder -> home folder -> contact.php file -> 51 and 67 rows have to be only echo do_shortcode( $shortcode ), not echo do_shortcode( esc_html( $shortcode ) ).

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