I have SSL, so need to serve the form with https://. The embedding options did not include a feature for this, so I updated the urls in the embed code

  • DeeZunker
    Asked on May 26, 2016 at 9:16 AM

    I have SSL, so need to serve the form with https://. The embedding options did not include a feature for this, so I updated the urls in the embed code to include the https, and I was able to get rid of the mixed content warnings. Is there a different way to do this also?

    The page link is 

  • victor
    Replied on May 26, 2016 at 10:15 AM

    I have just reviewed you site and did notice that your form is using HTTPS. By default all the forms use SSL protocol. When you try to get the script to embed the form the URL should be using the secure protocol. If you are not getting the HTTPS URL, you can also adjust the URL as you have done.

    I have SSL, so need to serve the form with https:// Screenshot 20

     

  • DeeZunker
    Replied on May 26, 2016 at 10:56 AM

    Thank you