Hi All, Thanks in advance for any help you can offer.
I've an application that must accept donations via PayPal & and link it to a form sumbission that contains required info PayPal doesn't ask for. I've got the info on a Donations page, which stores a record in the MySQL database & then have the link to PayPal on the Thank You Page. I need to somehow link the PayPal donation to the data in the database from the prior form submission.
Is there a way for Form Tools to return the record ID from the submission to the Thank You page? I could then pass this on to PayPal via a hidden field such that I could link the donation on my PayPal statement with the first form submission. I've already spoken to PayPal & they've advised me as to which field to use on their end, so the key is for the Thank You page to be able to retrieve the record ID.
If it is possible, please be kind in that, although I have access to folks fluent in php, I'm completely ignorant of it myself, (although I am a programmer, so it isn't beyond me). Hopefully, any solution would include sample code, (if coding is necessary), and explain it at a newbie level. If anyone is already doing this or has a better idea of how to accomplish this, I'm all ears.
Thanks Again
I've an application that must accept donations via PayPal & and link it to a form sumbission that contains required info PayPal doesn't ask for. I've got the info on a Donations page, which stores a record in the MySQL database & then have the link to PayPal on the Thank You Page. I need to somehow link the PayPal donation to the data in the database from the prior form submission.
Is there a way for Form Tools to return the record ID from the submission to the Thank You page? I could then pass this on to PayPal via a hidden field such that I could link the donation on my PayPal statement with the first form submission. I've already spoken to PayPal & they've advised me as to which field to use on their end, so the key is for the Thank You page to be able to retrieve the record ID.
If it is possible, please be kind in that, although I have access to folks fluent in php, I'm completely ignorant of it myself, (although I am a programmer, so it isn't beyond me). Hopefully, any solution would include sample code, (if coding is necessary), and explain it at a newbie level. If anyone is already doing this or has a better idea of how to accomplish this, I'm all ears.
Thanks Again