Hi,
I don't know much of scripting, so I am not sure if what I am trying to do is even possible, but I figured it wouldn't hurt to ask.
Basically, I created a PHP Form at http://www.soto-usa.org/signup2.php and one of the fields that the person has to fill out is the Total for their order. This field is named (PHP wise) "Amount".
As you can see, there is a Paypal add to cart link at the bottom of the page. An attribute of that link is the value, which Paypal needs to start the order process. I am wondering if there is any way that I can plug in the Amount value from the first form to the 2nd form and have it sent to Paypal.
Hopefully I made enough sense in my explanation and thanks in advance for your help!
I don't know much of scripting, so I am not sure if what I am trying to do is even possible, but I figured it wouldn't hurt to ask.
Basically, I created a PHP Form at http://www.soto-usa.org/signup2.php and one of the fields that the person has to fill out is the Total for their order. This field is named (PHP wise) "Amount".
As you can see, there is a Paypal add to cart link at the bottom of the page. An attribute of that link is the value, which Paypal needs to start the order process. I am wondering if there is any way that I can plug in the Amount value from the first form to the 2nd form and have it sent to Paypal.
Hopefully I made enough sense in my explanation and thanks in advance for your help!
Comment