Adding a form to a page
-
Hi,
I have a problem with integrating a self-coded form into a page. I usethe following declaration for my form:
<form action="<?php the_permalink(); ?>" method="post">
Now, as you can see, the submission should be processed on the same page. When I hit the submit button, the 404-page appears but the URL is correct.
What goes wrong?
Thanx for any help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding a form to a page’ is closed to new replies.