SSL
-
The EEPURL is an http link, not an https link, which may be causing Chrome to throw a message that because of mixed content on a secure site, the page with the Maichimp widget is not secure. Code below:
<!– Begin MailChimp Signup Form –>
<div id=”mc_embed_signup”>
<form class=”newsletter-form” action=”https://eepurl.com/REDACTED” method=”post” target=”popupwindow” onsubmit=”window.open(‘https://eepurl.com/REDACTED’, ‘popupwindow’, ‘scrollbars=yes,width=650,height=520’);return true”>
<input type=”text” name=”EMAIL” class=”required email” value=”E-mail” id=”mce-EMAIL” onfocus=”if (this.value == ‘E-mail’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘E-mail’;}”>
<input type=”submit” value=”Submit” name=”subscribe” id=”mc-embedded-subscribe” class=”btn submit button”>
</form>
</div>
<!–End mc_embed_signup–>
- The topic ‘SSL’ is closed to new replies.