Using webbot field values on a confirmation page

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Values from form fields are passed to and displayed on a confirmation
page via a webbot, e.g.,

<!--webbot bot="ConfirmationField" S-Field="Name" -->

How can I obtain and use these 'bot' field values on the confirmation
page (I need to load different pages based on the field values)?

I am using the form's 'submit' property because I need to log the form
data to a file and send an email with the data via email. If I use the
'button' property I can set an 'onClick' function to do the testing
and set the value of 'parent.location' for the next page on the form's
page, but then I don't get logging and email.

Is there any way to set variables on the confirmation page to the
'bot' values. If so, how? If not, is there some other way I can
accomplish what I need to do?

-Tom
 
Not possible with the FP Form Handler, you would need to use a server-side script, such as ASP, PHP,
etc. to process the form.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top