PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Create a Paypal Payment Maximum

  1. Hi I help manage an online portal for client payments and would like to prevent clients from submitting payments over a certain amount, to prevent large payments from going through paypal and the large paypal transaction fee. Is there anyway to do this? Is there some way to use the Paypal condition to say if Total amount is Less than say $300 it will go through? Any help would be great!!!

    Posted 10 years ago on Friday May 3, 2013 | Permalink
  2. David Peralty

    You could use a custom validation to check the value and then send back an error if it is too high? Would that work? gform_validation hook is what you would need. http://www.gravityhelp.com/documentation/page/Gform_validation

    Posted 10 years ago on Friday May 3, 2013 | Permalink