PDA

View Full Version : Text Template - Multiple lines problem



jswaringen
19-May-2006, 07:39 AM
I've created a text template using the instructions, including the "KeepLines" tag. However every time the form is sent to me it's sent with an extra line. For example:

Template reads:


Estimate Request
--------------------------------------------------------------------------------
Full Name: $realname
Address: $addr1
$addr2
City: $city
State: $state
Zip Code: $zip-zplus4
The reply I'm getting is:


Estimate Request

--------------------------------------------------------------------------------

Full Name: John S

Address: 123 Any Street.

n/a

City: Fort Worth

State: TX

Zip Code: 76137

Any clue as to what I'm doing wrong?