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.

PayPal (Buy Now or Buy Later)

  1. I'm considering buying GF Dev, but need to know if at the end of a form I can have two buttons one labeled "Buy Now" that goes to PayPal for payment and a second that says "Pay Later" that just sends the form data as an email.

    The later is just "normal" I'm just wondering if the can co-exist.

    Posted 13 years ago on Sunday December 19, 2010 | Permalink
  2. I apologize for being so impatient, but I'm waiting on an answer to this before buying a dev license or finding another way to do what I need.

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  3. You can't do this as submit buttons, but you can do this using some sort of form action such as a drop down or radio button.

    The PayPal integration has a conditional option. Where it only passes the user to PayPal if the value of a field equals a set value. So you could have a drop down or radio button asking the user if he wants to Buy Now or Pay Layer and then the form reacts accordingly.

    So you would still only have one submit button, but could opt to send them to PayPal if they elected to Buy Now.

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  4. Thank you Carl. That'll work just fine. I just need a way to filter the buy now via paypal people from the send a check in or pay later people and don't mind putting it under a conditional.

    Posted 13 years ago on Monday December 20, 2010 | Permalink
  5. Yep, it will do that no problem. You just need to add a drop down or radio button to ask them how they would like to pay and then configure your PayPal integration settings so that it has a condition that it only sends to PayPal if the user selected Buy Now.

    Posted 13 years ago on Monday December 20, 2010 | Permalink