Dean,
I just installed LMP onto a couple of websites. Although they reside on the same hosting company and server, something strange is happening with this code, that is causing subscribe errors.
When I put the code into the wordpress page and publish the page, extra slashes are added to the code in the fields, like this:
size="40"> to: size="40"/>
list value=200> to: list value=200/>
sup value="Subscribe"> to: sup value="Subscribe"/>
Here's the entire code:
FROM THIS:
<form method=post action=http://www.example.com/mail/signup.php>
<FONT FACE="verdana, arial" SIZE="2">
<B>First Name:</B> </FONT> <input type=text name=fname size="40"><br>
<font face="verdana, arial" size="2">
<input type=hidden name=list value=200>
<B>Email: </B>
<input type=text name=email size="40"><br>
<FONT FACE="arial" SIZE="2">
<input type=submit name=sup value="Subscribe">
</form>
<BR><BR>
------------------------------------------------------
TURNS INTO THIS - extra slashes added (example: value=200/):
<form method=post action=http://www.example.com/mail/signup.php>
<font FACE="verdana, arial" SIZE="2">
<b>First Name:</b> </font> <input type=text name=fname size="40"/><br />
<font face="verdana, arial" size="2">
<input type=hidden name=list value=200/>
<b>Email: </b>
<input type=text name=email size="40"/><br />
</font><font FACE="arial" SIZE="2">
<input type=submit name=sup value="Subscribe"/>
</font></form>
<br /><br />
When I try to send a test (or sign up), I get the error message, "list not numeric"...
I reinstalled LMP (twice).
I have updated the WordPress version.
I have updated the theme.
I have disabled all the plug-ins.
The same problem is still happening....
The site was recently moved from another Host to the current one. Could it be something went wrong there?
Again, LMP is working perfectly on another site moved on the same day to the same server.
I don't know what else to try.....
PLEASE help me solve this!
Thank you,
Ruben James
[Edited by DW for privacy]