transfer value from one form to another

R

Rosco

I have a total price that is displayed on the confirmation page with

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

Is there any way to take this value and send it to another form? I'm
trying to send a total amount to PayPal - here is part of the form -

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="amount" value="9.95">

I would like to change the value="9.95" to the variable returned by the
webbot "Result"

Ross
 
S

Stefan B Rusynko

Not w/ the confirmation field variable
But you can pass the variable from the 1st form page to the 2nd form page directly
See http://irt.org/script/form.htm#10.3

--




|I have a total price that is displayed on the confirmation page with
|
| <!--webbot bot="ConfirmationField" S-Field="Result" -->
|
| Is there any way to take this value and send it to another form? I'm
| trying to send a total amount to PayPal - here is part of the form -
|
| <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
| <input type="hidden" name="cmd" value="_xclick">
| <input type="hidden" name="amount" value="9.95">
|
| I would like to change the value="9.95" to the variable returned by the
| webbot "Result"
|
| Ross
 

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