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.