Contact form do not find submit.php file

Just from what you described it seems as if your <form> tag looks more or less like this: <form method=’post’ action=’submit.php’> Try replacing it with: <form method=’post’ action=’http://www.mydomain.com/submit.php’>

Why doesn’t my contact form work? [closed]

From Contact 7 Help: The spinning arrow icon shows up once I submit a form, but then nothing happens. This is most probably due to a conflict between plugins/theme. Try deactivating all other plugins and switching to the default theme. Also, I have gotten this behavior when you have built your blog at something like … Read more

Contact Form not working !

Go to your WP admin section, and under Apperance, there should be a Theme Options section, see if there is a place to set the email there. If not, see if the developer has provided some documentation.

problem with ajax contact forms

You want to be using the AJAX API instead of trying to load files directly. Even if you got that file to load, if it uses any WordPress functions it wouldn’t work anyway. If you load a theme file directly none of the WordPress Core will boot and so none of the function will be … Read more

Contact form don’t send Email

Most probably it’s because SPF misconfiguration. SPF allows the owner of an Internet domain to specify which computers are authorized to send mail with sender addresses in that domain, using Domain Name System (DNS) records. Receivers verifying the SPF information in TXT records may reject messages from unauthorized sources before receiving the body of the … Read more