Is there an option to submit one or more forms via HTTPS on an HTTP page, like define('FORCE_SSL_LOGIN',true); for wp-login.php?
If yes, how to?
If no, please add.
(To be clear, I am specifically asking for form action to be via HTTPS but the page to be loaded via HTTP. I do not want the whole page loaded via HTTPS.)
Thank you.