Insecure transition from HTTPS to HTTP in form post
Description
This secure (https) page contains a form that is posting to an insecure (http) page. This could confuse users who may think their data is encrypted when in fact it's not.
Remediation
The form target should point to a secure (https) page.