I'm working on a script that will do a price calculation, and I want to have an "update price" submit button that will run a script to calculate the price, and another "add to cart" submit button that will run a different script that will add up the final price and submit it to a PayPal shopping cart. Trouble is, I'm not sure how to send the same variables from one form to two different scripts by using different submit buttons. Can anyone tell me how to do this?