HTTPS form NOT website

  • Thread starter Thread starter VK
  • Start date Start date
V

VK

Hi,

Issue: we have form secured with HTTPS but once on this form we have
hyperlinked top nav bar, if a user clicks on this instead of submitting
a form "s" is added thru rest of browsing. how to make sure that rest of
site is not using https when on https form?

Thanks
 
You need to specify the full URL for the links in your nav bar and not
just relative links.
 
when we specify the full path and since these are all non-https links,
the form shows up with an alert "This page contains but secure and
non-secure items" - this message is not very encouraging for our
customers to submit credit card numberso off our website

Thanks.
 
VK said:
when we specify the full path and since these are all non-https links,
the form shows up with an alert "This page contains but secure and
non-secure items" - this message is not very encouraging for our
customers to submit credit card numberso off our website

Thanks.

Could it be that you're launching the https link inside a frameset where
the frameset (or one of the other frames) is not coming from the https
site? Because then it's an understandable warning.
 
Back
Top