Using webbot field values on a confirmation page

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
 
T

Thomas A. Rowe

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

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