Hi everyone,
I am trying to do a simple thing : creating a custom form for my theme (knowing that I'd like to create it without using a plugin).
1. I have added a form with a text input (post method)
2. I have setup a page with a specific template where I do a count on $_POST
3. The form action calls the page
As a result, I have... nothing. $_POST is never set.
As it is the very basic of PHP, I can't figure why it doesn't work.
Any help is welcomed.