Hi, my name is Marilena, sorry for my english! 😀
I have a problem with a form with chronoform.
I made a form for booking an apartment paying with paypal. In the actions, I add redirect user and redirect url as you see but when I send the form I obtained a page with the correct redirect url but it says to click to continue. So I added the code <?php
$mainframe = JFactory::getApplication();
$mainframe->redirect("https://www.paypal.com/cgi-bin/webscr");
but now the redirect go to the paypal home page not the payiment page. I think I must change something in the code, but I do not know how.
Could you please help me?
Many thanks!
I have a problem with a form with chronoform.
I made a form for booking an apartment paying with paypal. In the actions, I add redirect user and redirect url as you see but when I send the form I obtained a page with the correct redirect url but it says to click to continue. So I added the code <?php
$mainframe = JFactory::getApplication();
$mainframe->redirect("https://www.paypal.com/cgi-bin/webscr");
but now the redirect go to the paypal home page not the payiment page. I think I must change something in the code, but I do not know how.
Could you please help me?
Many thanks!