• 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: personal redirection after validation form

personal redirection after validation form 14 years 7 months ago #8431

  • t1m4re
  • t1m4re's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Helo,
i have to redirect customers according to their choice from radio buttons
i have tried some scripts but it's look like to ignore all scripts :/

script like (test on process and after process):

if ($_POST'] == "My family") {
header('Location: index.php?option=com_content&view=article&id=47&Itemid=54');

} else if ($_POST'] == "another choice"){
header('Location: page.html');

}

and form like:
<input name="form[question1]" type="radio" value="My family" id="question10" />...
<input name="form[question1]" type="radio" value="another choice" id="question11" />...


did someone have already do something like this ?

Thanks for help
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!