form method post returns blank page
-
I created a simple test form to submit data, it works great when I use method=’GET’ but when I use method=’POST’ I get a blank page on submit?
Any ideas why?
<form id=’frm_test’ name=’frm_test’ action=’/wp-admin/admin.php’ method=’POST’ />
<input type=’hidden’ name=’page’ value=’elks901test’ />
<input type=’hidden’ name=’mode’ value=’GO’ />
<p><input name=’btn_submit’ type=’submit’ value=’Go’ /></p>
</form>The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘form method post returns blank page’ is closed to new replies.