Forums

Load a Form from php

simplelogic 03 Mar, 2015
Greetings!

We 2 different forms for directing users to paypal.

The paypal ipn configuration allows only one url to be configure,
Now since the return path is just one i have an article that that loads the php file to process the pdt message ad a subsequent chorono form ( Form#2). This has been set in paypal website.

Question:
For one method of sponsorship the users needs to be shown the subsequent form ( Form#2) to enter their details.
For the second category, we should not display the above form.

1) How can i accomplish this?
2) Can i load Chrono form via php code? If so how?

Thanks
GreyHead 03 Mar, 2015
Hi simplelogic,

The paypal ipn configuration allows only one url to be configure,

Not so, you can specify a Return URL when you call PayPal and that will over-ride the default set on the PayPal site.

Just set the Return URL to go to an appropriate form event.

Bob
This topic is locked and no more replies can be posted.