I have used both the demo paypal form and created my own form and filled out the details for each according to the tutorial. When ever i submit my form it takes me to a blank page on my site, instead of redirecting me to paypal. When I turn debug on and submit the form it shows the Paypal URL below on the page instead of redirecting me to that page. I am using the paid Paypal action.
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=myaccount%40hotmail.com&no_shipping=1&no_note=1&return=¤cy_code=USD&item_name=test&quantity=1&amount=99.00&
(amended for privacy)
This is the URL of the temporary site i am wokring on
http://uk602.directrouter.com/~jmvasjlj/index.php/take-payment/
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=myaccount%40hotmail.com&no_shipping=1&no_note=1&return=¤cy_code=USD&item_name=test&quantity=1&amount=99.00&
(amended for privacy)
This is the URL of the temporary site i am wokring on
http://uk602.directrouter.com/~jmvasjlj/index.php/take-payment/
Hello cham,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to use the PayPal Redirect Action
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to use the PayPal Redirect Action
P.S: I'm just an automated service😉
Hi cham,
I'm not familiar with the inner workings of ChronoForms on WordPress - please ask Max directly using the Contact Us link above and linking to this thread.
If you add a DeBugger action do you get any output when the form submits?
Bob
I'm not familiar with the inner workings of ChronoForms on WordPress - please ask Max directly using the Contact Us link above and linking to this thread.
If you add a DeBugger action do you get any output when the form submits?
Bob
Thankyou GreyHead
Here is the info from the Debug
Here is the info from the Debug
Array
(
[page] => Chronoforms5
[chronoform] => testpaypal
[event] => submit
[item] => test
[total] => 99.00
[quantity] => 1
[button3] => Submit
)
Hi cham,
Thank you - sadly it doesn't tell me anything helpful. Let's see what Max has to say.
Bob
Thank you - sadly it doesn't tell me anything helpful. Let's see what Max has to say.
Bob
Hi,
What about the demo paypal form, does it work as expected without any changes ?
Regards,
Max
What about the demo paypal form, does it work as expected without any changes ?
Regards,
Max
The behavior is exactly the same with the un altered demo form, with or with out the any changes.
You can see that here
http://uk602.directrouter.com/~jmvasjlj/index.php/take-payment-2/
You can see that here
http://uk602.directrouter.com/~jmvasjlj/index.php/take-payment-2/
It may be unrelated but i am getting some 404's when i use the chronoforms plugin, on some occasions on clicking save on a form and also on trying to create a table in the list of forms page.
I have just done a entirely clean install in a sub folders with the just chrono forms and the paypal form and received the exact same errors.
this is the location of the new form
http://uk602.directrouter.com/~jmvasjlj/wp/fresh/?page=Chronoforms5&chronoform=demo-paypal-redirect
I am wondering if the issue is related to using wordpress on a temporary url. To do this I had to add the following lines to the wp-config.php to let paths work correctly.
Do you think these could be causing the issue ? and if so, what can i do about it ?
this is the location of the new form
http://uk602.directrouter.com/~jmvasjlj/wp/fresh/?page=Chronoforms5&chronoform=demo-paypal-redirect
I am wondering if the issue is related to using wordpress on a temporary url. To do this I had to add the following lines to the wp-config.php to let paths work correctly.
define('WP_HOME','http://uk602.directrouter.com/~jmvasjlj/wp/fresh/');
define('WP_SITEURL','http://uk602.directrouter.com/~jmvasjlj/wp/fresh/');
Do you think these could be causing the issue ? and if so, what can i do about it ?
I have now moved to the live server and I have reinstalled Chrono forms but I am receiving the exact same issue / error even with the demo forms.
my form is located here
http://solarpowerful.co.uk/index.php/take-payment/
Please help
my form is located here
http://solarpowerful.co.uk/index.php/take-payment/
Please help
This topic is locked and no more replies can be posted.