• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Form getting redirected to the same place URGENT

Form getting redirected to the same place URGENT 13 years 9 months ago #11034

Hi
I have this form here
thepanamainsider.com/index.php/home/quick-tour
When i click submit it gets redirected to the same place why so?
In the script below for form processing
Script called after form has been processed
I have the below code mentioned


if($_POST != '0')
{
$business = ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ';
$item_name = 'tour';
$currency_code = 'USD';
$amount = $_POST;
$return = 'google.com';
header('Location: www.paypal.com/cgi-bin/webscr?cmd=_xclic...t.'&return='.$return); exit();
}




BUT for Script called on form process
I have it blank???
What is suppose to go there can you please help put
how to process this form to paypal
The administrator has disabled public write access.

Re:Form getting redirected to the same place URGENT 13 years 9 months ago #11050

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

Please make sure that you have disabled the Cache from :

Site > Global Configuration > System > Cache settings
Extensions > Plugin Manager > System - Cache

Also please make sure you delete the already existing Cache from Tools > Clean Cache.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!