User Registration with PayPal: charged on username/email duplicate
-
Hello,
I am trying to make a user registration form, which requires payment for the registration.
The issue I am having is that the username/email doesn’t seem to be checked for duplicates until after the PayPal payment goes through. This means that if a user enters a username or email which is already in use, they will be charged in spite of the submission being in error and no account will be created.
I thought I had previously had this working, by setting Method to “AJAX”, Validation to “On Submit” and enabling “Enable inline validation (as user types)”. However, I recently tested it and this seems to not be working.
I am an experienced programmer, so if I need to write some code to do so I will happily do so. If there is a filter hook for checking validation, which is fired before the PayPal payment, then I could simply check the email/username there and return invalid if they are a duplicate email or username.
Thank you for your support!
The page I need help with: [log in to see the link]
- The topic ‘User Registration with PayPal: charged on username/email duplicate’ is closed to new replies.