Hey there
I'm using Contact Form 7 on WP 2.8.4. I've got 2 forms. One is working fine. The other not really... I fill in the data und submit - then I see a "Page not found" error. The e-mail is sent. What am I doing wrong`
?
Thanks for your advise!
Hey there
I'm using Contact Form 7 on WP 2.8.4. I've got 2 forms. One is working fine. The other not really... I fill in the data und submit - then I see a "Page not found" error. The e-mail is sent. What am I doing wrong`
?
Thanks for your advise!
Write the URL of the pages, please?
Link
Thank you.
Me too
Before:
http://www.shiatsuworksamsterdam.com/contact/
After:
http://www.shiatsuworksamsterdam.com/contact/#wpcf7-f2-p2-o1
:Sorry, no posts matched your criteria.:
PLus, I have a very simple page:
<div id="content-right">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content();?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
</div>
having the exact same problem as "rpb1001"
got an URL that ends with #wpcf7-f2-p2-o1
and a page the says:
"Sorry, no posts matched your criteria"
after trying to send an email using the contact form.
This topic has been closed to new replies.