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