I tested your form.
Contact Form 7 (CF7) is definitely not working as expected:
- No error response when I don’t add required fields
- No confirmation message when submit form
Did you recently install CF7 or has it been previously working on your site?
thanks for your answer!
it’s an recently installed CF7, but i did it like in other sites i did it already where it’s working.. so i don’t understand 🙁
It’s always possible that your CF7 plugin may not have installed correctly on this site – due to internet connection issues etc.
Delete the plugin folder at wp-content/plugins/contact-form-7/ using FTP (don’t use the Delete option on Plugins page as this may erase all CF7 forms) and install the plugin again.
i have exactly the same problem…
I get the emails on flamingo but not in my email account.
tried it with new intallation via ftp. the issue still exist
strange
-
This reply was modified 6 years, 5 months ago by
hoernchen089.
@buzztone
great thanks I tried it but was not able to fix it with this 🙁
after this, I tried it with putting the contact form with the shortcode on a site and this worked… but this is not the way I need it so I searched more and tried.. and now I was able to “fix” it!
I needed to remove the <form> tags in the php file
<!-- <form> -->
<div class="container">
<?php echo do_shortcode( '[contact-form-7 id="6"
well, also the closing tag too… this above is only a little cut from my code…
now the contact form is working!
@hoernchen089 maybe this can help you?
@hoernchen089 – see I have the same problem! Can I just reply to someone else’s post with “Me too”?.
If you are willing to create a new question, which details your issues, somebody will likely be able to help you there.