Jul 26th, 2011, 4:37 PM
Hi Rry,
There are definitely some nuances when using Paypal (especially when you're using Paypal IPN).
Have you reviewed the documentation for Paypal yet: http://docs.formtools.org/tutorials/paypal/?page=index
It sounds like you're using the email (since the users continues to receive other emails with the same ID) to uniquely identify the submissoin, so if the user uses the same email for each entry the record is overwritten. You may need some additional information to uniquely identify the record or simply query the email to see if its in the database to prevent the same email from submitting more than once.
Hope this helps.
Cheers,
Joe
There are definitely some nuances when using Paypal (especially when you're using Paypal IPN).
Have you reviewed the documentation for Paypal yet: http://docs.formtools.org/tutorials/paypal/?page=index
It sounds like you're using the email (since the users continues to receive other emails with the same ID) to uniquely identify the submissoin, so if the user uses the same email for each entry the record is overwritten. You may need some additional information to uniquely identify the record or simply query the email to see if its in the database to prevent the same email from submitting more than once.
Hope this helps.
Cheers,
Joe