Disable SSL on standard form

  • allergyservicesofamerica
    Asked on October 2, 2017 at 9:29 AM

    Is there a way to poit the for to a standard HTTP instead of HTTPS? We want to redirect the form to our website but keep getting this error (See attached) We are not using the form to process Credit Cards or personal information.

    Jotform Thread 1262675 Screenshot
  • aubreybourke
    Replied on October 2, 2017 at 10:41 AM

    You would need to modify your embed code. For example with your form you need to change the URL from this:

    <script type="text/javascript" src="https://form.jotform.us/jsform/72731762084155"></script>

    to this:

    <script type="text/javascript" src="http://form.jotform.us/jsform/72731762084155"></script>

    Basically you drop the "s" in "https".

  • allergyservicesofamerica
    Replied on October 2, 2017 at 10:44 AM

    That worked, thank you so much, I appreciate your reply.