Im not a javascript wizard, but if someone can give me a couple of tips.
I have looked over the event samples but I am not quite sure how to accomplish my goal.
I have a record for customer purchases. The field I will need to reference is the 'total_price' field.
I would like, after purchase record added, to prompt, if the user would like to add another purchase. If YES then display empty purchase form as it does now. If the user responds NO, then display the payment_add.php with the total of the purchase record just added. The user may select many purchases so I need to keep a running total of the purchases to help with the payment_add.php.
I would appreciate if anyone could point me in the right direction on how I could accomplish this.
Great forum, great product.