I am looking for a way to limit the minimum donation amount. I tested a few .01 donations and it worked. The problem is that people may leave meaningless donations just to post comments. Without going into too much detail I have competition who can be very malicious. Multiple .01 donation would keep me busy removing comments and possibly suspend my account if combined with Paypal disputes.
So I was thinking that the amount box in the donation form could be made to only accept values greater than X. X being $10 or whatever I decide on. Could this be a line I could add to the php. I am not a programmer but I can modify code if shown the right way. Any help is much appreciated, Thanks.