Integrating Mailchimp embeded form with an SSL website

前端 未结 4 1732
终归单人心
终归单人心 2021-01-12 15:18

I am trying to integrate a Mailchimp sign up form with my website. I generated the form in Mailchimp and copied the embed code to my site. The problem is that my site has an

4条回答
  •  情歌与酒
    2021-01-12 15:53

    I was also facing the same problem using default embed code provided by mailchimp, but that wasn't working on SSL site.

    So after Googling for solution i found this link:

    Stop MailChimp Forms Breaking Your SSL

    https://www.ostraining.com/blog/coding/mailchimp-forms-ssl/

    and it wasn't a big problem simply need to change the url from list-manage1.com to "list-manage.com"

    simply need to test after removing 1 from the list-manage1.com and it worked fine after that.

    It also works fine for post-json embed urls.

提交回复
热议问题