Forms on page not HTTPS — issue
-
Hello,
I spoken with you before and you’ve been a great help. I have a form on my website at accusharp.com/contact page for a dealer locator. the plug in is trying to change the www to https://nearestoutlet.com >> sadly, our customers cannot look up where our products because that website is not SSL protected.. Is there a way around it? Before, that specific page wasn’t secure, and we are fine with that because customers were redirected to a new page.
Thank you so much for all of your help.
Here is the coding for the form.
<div align="right"> <table border="0" width="310" cellspacing="0" cellpadding="0" align="center"> <tbody> <tr> <td align="center"><!-- BEGIN Dealer Locator HTML © NearestOutlet.com --></td> </tr> </tbody> </table> </div> <form action="http://www.nearestoutlet.com/cgi-bin/accusharp/findaccusharp.pl" method="post" target="pollpopup"> <div align="center"> <table style="height: 184px;" border="0" width="368" cellspacing="0" cellpadding="3" align="center"> <tbody> <tr> <td bgcolor="#fdfeff"> <div class="white2" align="center"><span style="font-size: 18px; color: #1e73be;"><strong>Find an AccuSharp Dealer Near You!</strong></span></div></td> </tr> <tr> <td bgcolor="#FFFFFF"> <div class="blue1" align="center">Enter Your Zip Code</div></td> </tr> <tr> <td bgcolor="#FFFFFF"> <div align="center"> <input maxlength="7" name="zipcode" size="7" type="text" /> <input type="submit" value="Search!" /> </div></td> </tr> </tbody> </table> </div> </form><script type="text/javascript">// <![CDATA[ // this will open a new window, and send the results to the popup window function pollSubpop (url, name, widgets, specialsURL) { popupWin = window.open(url, name, widgets); popupWin.opener.top.name = "opener"; popupWin.focus(); } // ]]></script>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
The topic ‘Forms on page not HTTPS — issue’ is closed to new replies.