treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Wordpress form action

  • I'm making simple form that sends an email for the website administrator.

    In the action field I have the "message received" page permalink (for example www.mywebsite.com/message-received/) and when I click on the submit button the address is the correct with the form parameters (www.mywebsite.com/message-received/?name=debug&email=blabla@gmail.com) but the template showed is the 404.php.

    Any idea why is not showing the correct template?