Tagged Questions
0
votes
1answer
263 views
custom contact form no longer working (because of 3.2?)
Been trying to ask on Wordpress forums, but no hits. I'm hoping there are more people here that can help me.
My custom contact form page used to work, but for some reason, it results in a 404 error ...
0
votes
2answers
537 views
Why after a form post back, I get 404?
I am creating a contact form page. Perhaps I am doing it wrong? I have something like
<?php
// even when I remove this validation block it fails
if (isset($_POST['name'])) {
// do validation ...
1
vote
2answers
206 views
Form in WordPress : 404
In my WP site I've got a Contact page whose URL is mysite.com/contact/ and which contains a <form> with an action attribute set to action="/contact/"
Clicking on the submit button brings me to ...
5
votes
1answer
694 views
Why when I submit a form in wordpress it loads a 404 page though URL is correct
I am just creating a simple contact form, but I notice that it seems to post to an invalid page. The url in the browser is correct but the title of the page is "Page not found"
on the top of the page
...
0
votes
2answers
615 views
404 Error on form submission within custom post type
I'm trying to create a forum system using WP's custom post types - two post types as Topic/Reply and a Forum taxonomy.
I have created a singular template for the topic post type, in which I added a ...