Nov 8th, 2011, 10:24 AM
(Nov 8th, 2011, 10:08 AM)Ben Wrote: or you've set it up to point the form to the process.php script. The reason being, that's the only place that error gets output!
The form should have this as the form tag (or something very like it):
Code:<form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" onsubmit="return rsv.validate(this, rules)">
Hurray!! That was it - somehow, the form action did get set to point to the process.php script. now it's self-referring, and it did send me to the sandbox!! i'm back on my way now (although, for the time-being, i made up a form that submits to paypal that does actually work, but i hate it - you're right PayPal is awful to integrate!!)...
thanks so much!