Confirmation Page

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>
 
T

Thomas A. Rowe

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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top