skip to Main Content

I have a gravity form where there is a product. I have one type of payment method which is PayPal and would like to have a second one where the user either pays instore or is sent an invoice. I have a condition that hides the PayPal credit card but if it’s not filled in then the form does not submit.

2

Answers


  1. We do this on our website. We use Stripe but the conditional only shows the CC field if "Pay by CC" is checked–so you can submit the form as long as "Pay by pledge" is checked. (When pledging, a hidden discount field is enabled which discounts the total by 100%.)

    Login or Signup to reply.
  2. You need to also set your PayPal feed to only run when the payment method is selected as PayPal.
    enter image description here

    See documentation: https://docs.gravityforms.com/setting-up-conditional-payments/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search