Upgrade option asks for my credit card number on non-secure page

  • CLWare
    Asked on June 18, 2015 at 3:51 PM

    Your upgrade plan asks for my credit card number but page is not secure?

  • Ben
    Replied on June 18, 2015 at 4:41 PM

    Yes, the page is loaded on HTTP page together with the rest of the JotForm Builder code, but the code within - that is asking for your details is sending the data over secure code.

    So basically the javascript codes and HTML elements get loaded over the http protocol, which then call the secure pages to Stripe through the javascript and send the data like that.

    If you wish however, you could simply change the URL of your billing page from http://www.jotform.com/myaccount/billing to include https.

    https://www.jotform.com/myaccount/billing

    That should work for you as well and in that case everything would be loaded over HTTPS (secure) protocol.