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.

Form and PayPal Integration with Validation Issue

  1. All
    Member

    Currently
    1. user uses the form
    2. enters contact information
    3. email is set as a unique field (no repeats)
    4. user selects payment option
    5. form is submitted
    6. form fields parse to the free paypal account and interface.
    7. user pays through paypal (new or existing account)
    8. payment is received
    9. gf sends notification to the user & admin.

    Actual Results:
    1. if user doesn't complete #7 and starts the process again the form says the email has been registered and the users is force to use another email address.

    Preferred:
    1. if the user hasn't completed the payment process the form should not add the contact information into the database. Is there a way to do this?

    thanks.

    Posted 11 years ago on Thursday May 24, 2012 | Permalink
  2. Hi All,

    Give this snippet a try:

    http://pastie.org/3962752

    It will only count values submitted from paid entries when applying the "No Duplicates" check.

    Posted 11 years ago on Thursday May 24, 2012 | Permalink