I am trying to do a similar thing... and I seem to be having some trouble.
I'd like to avoid using the Paypal API because (and maybe you can correct me here???):
1) I have to get that API information from my "boss" who apparently doesn't know the paypal login and what not... hard to work with... and already has a payflowlink portal set up.
2) I'm not good with security, so I'd rather have the credit card information entered on paypal's payflow site rather than in a chronoform on my site- make sense, or should I not be worried about that???
---
Anyways, in order to do the paypal payflow thing- when I set up my chronoform I have to enter in form urls >> submit url >> my "action" url as payflowsomething.paypal.com and then in my form I have some hidden fields for merchant ID, the amount they enter via dropdown is carried over, and the partner and login for paypal.
So...
By entering a url in that form urls >> submit url >> action url section, it seems that now my form is no longer sending me an email, doesn't matter if they did the spam prevention correctly or not, no longer doing the "chronoform" action, not posting to a database or anything- it is simply doing the "paypal action".
How do I do both? I want a database entry that they filled out the form AND have it move on to the paypal form with that hidden form data.
I know (or I think I know) that I can't simply have 2 action fields in the form tag, too bad! Is there any way using CURL? I'm not sure what curl really does- but couldn't I have that form do what its doing with the action being the paypal link and then use curl to also send the data to my joomla database?
I don't even necessarily need an email sent to me- just the information to paypal and to the database- because once they finish the paypal form w/ credit card info, it will send me an email anyways through them- but I get the feeling that if we can solve this problem, having the email sent will be an easy added bonus.
If it helps- the form I am talking about is:
http://bioneers.sustaindane.org/joomla/index.php?option=com_chronocontact&chronoformname=Payment2Last thing- why is chronoforms no longer listed on extensions.joomla.org ??
THANKS SO MUCH IN ADVANCE!!
-Shawn