I know that a POST can be spoofed in terms of originating domain, but what about being able to change the variables of the hidden POST variables in my HTML? I am concerned that someone could alter the "amount" value in my PayPal form from this:
<input type="hidden" name="amount" value="1.00">
to this:
<input type="hidden" name="amount" value="0.01">
or something similar. Thanks.