WordPress Form Post to Page Template
-
Hi all,
I have a php form in a page template with the following action:
<form action=”result.php” method=”post”>This works perfectly, but I want to use a WordPress page for this action so I can use custom fields and a clean url like:
mysite.com/category/formresult/But if I make a page template with the result page and try for example:
<form action=”/category/formresult/” method=”post”>Nothing happens! Is it possible to send form data to a page template?
Thanks so much!!
Kind regards,
Mark
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress Form Post to Page Template’ is closed to new replies.