Hello,
I'm having troubles with custom forms. I'd like my forms to be self-submitting. So that the submission calls the current page but when I submit, I get a 404 error.
Here is my code
<?php
include "http://www.enterpriselearningchina.com/ep_event_functions.php";
echo "<form id=\"form_visit\" method=\"post\" action=\"".get_permalink()."\">";
?>
This code is in a page with the PHPexec plugin. The URL returned by "get_permalink()" is ok but it looks like my post variables are the problem.