D
Dennis Allen
Hi. I have FP2000. On a feedback form I needed to create a text
variable. Something that would show multiple lines on the email.
Something like:
cr = String.fromCharCode(13) ; lf = String.fromCharCode(10)
orders = msg1 + cr + lf + msg2 + cr + lf + msg3
This works fine on the sent email, but I don't get any line separation
on the confirmation page. Question. Is there a way to adjust the
output of a webbot?
<p>Orders: <!--webbot bot="ConfirmationField" S-Field="orders" --> </p>
variable. Something that would show multiple lines on the email.
Something like:
cr = String.fromCharCode(13) ; lf = String.fromCharCode(10)
orders = msg1 + cr + lf + msg2 + cr + lf + msg3
This works fine on the sent email, but I don't get any line separation
on the confirmation page. Question. Is there a way to adjust the
output of a webbot?
<p>Orders: <!--webbot bot="ConfirmationField" S-Field="orders" --> </p>