Is there any way to set Freeform to redirect to a secure page on submit?
I have a form that is on a Secure page, and I’ve implemented the string_replace workaround to get the form to POST to the secure address, but there still seems to be no way to redirect after to a secure page.
The reason I ask is because, as you may be aware, if a user is using IE6, they get this alert:
“Security Alert
You are about to be redirected to a connection that is not secure.
The information you are sending to the current site might be retransmitted to a nonsecure site. Do you wish to continue?
“
Even though this is apparently a bug with IE, even if the user has the option disabled in the advanced settings, I’d imagine most people wouldn’t think to get the Microsoft fix…
http://support.microsoft.com/kb/883740
Is there any way around this?
