Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save encoderit-arman/e67492cbeb62e4a7e8e99cc3af2e80b1 to your computer and use it in GitHub Desktop.
Save encoderit-arman/e67492cbeb62e4a7e8e99cc3af2e80b1 to your computer and use it in GitHub Desktop.
Why when I submit a form in wordpress it loads a 404 page though URL is correct
if You use any email field like below
<input type="email" name="email">
Don't use like this change the name like name="test-email"
Then you are able to submit form
remember that: name, email get hijacked by WordPress to do post comments,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment