Created
July 9, 2020 03:38
-
-
Save encoderit-arman/e67492cbeb62e4a7e8e99cc3af2e80b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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