Webform error code

Webform error code

Hey guys - 

Wonder if there's a way to get an error code from the web form submission, especially as it relates to HTTP/HTTPS.  I have a signup web form running great under https, as source code embedded on my web page.  However, due to the way my code builder works, I'm having trouble consistently keeping that page as an HTTPS page.

I noticed that if I submit the web form via HTTPS, or via HTTP, I get the exact same result - it just goes to the results landing page I set up (which currently says "thanks for signing up...").  However, if the page was HTTP - the record does not go in to Zoho.  If it's HTTPS it does go in.  That's the only difference.

This is problematic as I have no way of tracking folks who submitted their information (mistakenly) via http.  I could have lots of people who thought they signed up when in fact they were on http somehow and it didn't go into Zoho, and so I have no record of their signup.

Is there any way to get an error code?  Or perhaps redirect to an error page instead of a landing page, if the wrong protocol is used?