Posted by: Vincent on: February 17, 2010
When developing a simple form to use in your WordPress theme or plugin you often want to post to the same page. To do so, simply leave the action attribute empty in your form. Notice that your_name is used, using simply name as the attribute value may cause some trouble. At least it did for [...]