• 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: Redirect based on user selection from checklist

Redirect based on user selection from checklist 4 years 10 months ago #40232

  • ikunjan
  • ikunjan's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi I have tried to use redirect based on users selection for checkbox.. i have 3 checkbox groups each with its respective values assigned 1,2,3. Also, i have used conditional fields for 2 and 3 as well. Now say i want to redirect the user to kunjan.com/1 if user selects "1" and to kunjan.com/23 if user selects 2 and 3..
How do i achieve this? i have tried the same thing same as radio box but instead of if($_POST == '1') i used if($_POST == '1') condition, but didnot work out. Can you please help?
The administrator has disabled public write access.

Redirect based on user selection from checklist 4 years 10 months ago #40288

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

I would recommend using a radio group instead as with a checkbox, you can normally make multiple selections and you can't know which is the "right" redirect from such multiple selections.

With a radio group, you can then setup a redirect based on selection as instructed here without any particular scripting.
This is not official customer support. To receive your support, submit a support ticket here.
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!