I am trying to create a form processing page. I thought I had it but the recipients have the html option turned off on their email app. for security. Consequently the html comes across as the code only. Here is an example of the output.
Company=test<br>Phone=1<br>Well_Na
me=test<br>Well_Location=test<br>Formation=test<br>
I have tried to use the vbscript carriage return (vbcrlf) but the email app does not recognise that so...
Here is the line that parses through the form subbmission
For intCount = 0 to intQueryCount-1
strMessageCon = strMessageCon & arraySplit(intCount)& vbcrlf
Next Caution, dates on calendar are closer then they appear.
Company=test<br>Phone=1<br>Well_Na
me=test<br>Well_Location=test<br>Formation=test<br>
I have tried to use the vbscript carriage return (vbcrlf) but the email app does not recognise that so...
Here is the line that parses through the form subbmission
For intCount = 0 to intQueryCount-1
strMessageCon = strMessageCon & arraySplit(intCount)& vbcrlf
Next Caution, dates on calendar are closer then they appear.