Sunday, May 20, 2012

EugenePascal on “Plugin Subscribe2. Problem with sending in IE”

Hi all !
First of all Thanks a lot for this plugin It’s very usefull ))

But unfortulately I have problem with it in IE. The point is that Plugin Subscribe2 works correctly in all browsers except IE.
As I noticed sent data from form isn’t processed in IE because if I inputed incorrect email I didnt see anything (no message like “Sorry, but that does not look like an email address to me.”)

I show subscriber form at header of site with help of next code:

<?php
global $mysubscribe2;
echo "”;
echo $mysubscribe2->filter(’<!--subscribe2-->‘);
echo “”;
?>

How can I fix this problem in IE ?

Thanks a lot for reply in advance ))