Having issues with breaks in formmail.asp

Joined
Feb 2, 2009
Messages
2
Reaction score
0
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>
 
Joined
Feb 2, 2009
Messages
2
Reaction score
0
Does anyone have any suggestions? This is seriously driving me nuts and I have tried many different combos of using <br> <br />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,000
Messages
2,570,252
Members
46,848
Latest member
CristineKo

Latest Threads

Top