The submit button does not work and sends to a blank page "page not found". What am I doing wrong?
Please help!
http://belizesharks.org/sighting/
Thank you.
The submit button does not work and sends to a blank page "page not found". What am I doing wrong?
Please help!
http://belizesharks.org/sighting/
Thank you.
Hey zab42,
Check footer.php and see if you have
wp_footer();
in the file.
I could not see that line in there, I have added it at the end of footer.php:
</div>
wp_footer();
</body>
</html>
Still does not work.
Poo. Any other ideas?
In that case, probably the form field names may cause that issue.
Check out this article and it should help you.
http://www.cabeeb.com/2009/09/posting-a-form-to-a-wordpress-page/
Review the plugins authors notes about complementary plugins that are required in some environments and how to configure it/them.
It works! You people are fantastic. the field names were the culprit.
You must log in to post.