Confirmation Page

  • Thread starter Thread starter Dennis Allen
  • Start date Start date
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>
 
No, you must pass each field as a complete field.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top