|
From: 280844 on 11 Apr 2008 14:36 I am using PayPal to process member payments through a form. Unfortunately the information collected by PayPal is not sufficient to meet all of my needs. I can get the additional information from a cfquery of my database and want it email to myself when the member clicks the PayPal (submit) button - i.e. generate the email ONLY IF the submit button is clicked Is there a way to do this? If it requires scripting I would appreciate a sample script as my scripting capabilities are very limited.
From: Dan Bracuk on 11 Apr 2008 22:38 Submit your form to your own page that does whatever you need doing and then cflocate to paypal.
From: BKBK on 12 Apr 2008 15:08 280844 wrote: [i]... email to myself when the member clicks the PayPal (submit) button - i.e. generate the email ONLY IF the submit button is clicked[/i] Then simply use cfmail on the form's action page to send mail to yourself.
From: 280844 on 13 Apr 2008 21:26 Thanks to you both for your suggestions. Tried both ideas and went with the one from BKBK. Works great.
|
Pages: 1 Prev: displaying cfselect option selected Next: Creating a Better Search Form |