I added a contact form to the footer. Apparently it works fine in the main page, but if I go to any of the categories, lets say myblog.com/category/, the contact form is looking for submit.php at myblog.com/category/submit.php. Where I should put physically submit.php in order for contact form to find it in any category page?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Just from what you described it seems as if your
Try replacing it with:
|
|||||||
|
|
It depends where you contact form is... if (As i imagain) its in your template folder you can use this to create an absolute path to it:
If you places your "submit.php" in the top folder of your hosting account you should use the same but without the "template" like so..
.
. |
|||||
|