• 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: Script called after form has been processed

Script called after form has been processed 12 years 2 months ago #21694

I want to have two different Thankyou-Pages. Depending if the Checkbox "Verlosung" is clicked or not.
if (isset($_POST[0])) {
header('thankyou2.html');
} else {
header('thankyou.html');
}
How can I do this? Many thanks, Nic
The administrator has disabled public write access.

Script called after form has been processed 12 years 2 months ago #21767

I found the solution in your Online-Documentation:
www.rsjoomla.com/support/documentation/v...sers-selection-.html
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!