OK have a VBscript that process email for a contact page. How
do you space out information that is sent to the email.
Here is the code:
"Your Interest: " & request.form("party_zone") &
request.form("outdoor_rental")
When the email arrives the party-zone and outdoor_rental
display together like this
Your Interest: Party ZoneOut Door Rental (no space between
zone and out
How can I alter the code so it looks like
Your Interest: Party Zone Out Door Rental