• 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>

    • This topic was modified 3 years, 8 months ago by mdegive.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is there a reason why you want to create a form with custom coding when you can simply & freely create one using a plugin like Contact Form 7

    Thread Starter mdegive

    (@mdegive)

    yes I am creating a custom pluginthat will upload a file and the only way to do that is to use method=’POST’ and enctype=’multipart/form-data’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘form method post returns blank page’ is closed to new replies.