This started last week when web.com did their major upgrade and they are telling me it's on my end at not theres. I have 2 companies that I run and have over the past 3+ years never had any problems. I have tried mutliple things and have done lots of searching on the net but to no avail.
Would be awesome if someone could help me.
Basically, emails now come like this...
first name: John last name: Doe copany address: 1150 south west bend
oppossed to how it has been running for the past few years..
first name: John
last name: Doe
copany address: 1150 south west bend
And now for the code.
<DIV id="form" style="position:absolute; width:260px; height:300px; z-index:1; left:725px; top:132px">
<form action="cgi-bin/formmail.asp" method="POST">
<table width="255" cellpadding=0 cellspacing=0 class="form">
<tr><td colspan="2" class="header">Quote Request Form</td></tr>
<tr><th>Solution</th>
<td>
<select name="solution">
<tr>
<th>First Name</th>
<td>
<input type="text" name="first_name" size="25">
</td>
</tr>
<tr>
<th>Last Name</th>\r
<td><input type="text" name="last_name" size="25"></td>
</tr>
<tr>
<td colspan="2" valign="middle" align="center" class="submit">
<input type="submit" name="Submit" value="Submit">
<input type="hidden" name="subject" value="Quote Request from WebSite">
<input type="hidden" name="redirect" value="">
<input type=hidden name="required" value="email">
<br><a href="#" onClick="MyWindow=window.open(
</td>
</tr>
</table>
</form>
</DIV>
Would be awesome if someone could help me.
Basically, emails now come like this...
first name: John last name: Doe copany address: 1150 south west bend
oppossed to how it has been running for the past few years..
first name: John
last name: Doe
copany address: 1150 south west bend
And now for the code.
<DIV id="form" style="position:absolute; width:260px; height:300px; z-index:1; left:725px; top:132px">
<form action="cgi-bin/formmail.asp" method="POST">
<table width="255" cellpadding=0 cellspacing=0 class="form">
<tr><td colspan="2" class="header">Quote Request Form</td></tr>
<tr><th>Solution</th>
<td>
<select name="solution">
<tr>
<th>First Name</th>
<td>
<input type="text" name="first_name" size="25">
</td>
</tr>
<tr>
<th>Last Name</th>\r
<td><input type="text" name="last_name" size="25"></td>
</tr>
<tr>
<td colspan="2" valign="middle" align="center" class="submit">
<input type="submit" name="Submit" value="Submit">
<input type="hidden" name="subject" value="Quote Request from WebSite">
<input type="hidden" name="redirect" value="">
<input type=hidden name="required" value="email">
<br><a href="#" onClick="MyWindow=window.open(
</td>
</tr>
</table>
</form>
</DIV>