• 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: Scripting Help

Scripting Help 15 years 8 months ago #8315

  • wiese_john
  • wiese_john's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 1
Hello,

First off I am a huge newbie. I can create forms like a pro but when it comes to the scripting piece I am completely lost.

My client needs the following, can someone help?

One of the fiels is {membership} and based on the answer I need to send the customer to different urls.

ex.

299.00 = url1
199.00 = url2
149.00 = url3
other = url4

Please point me in a direction, one I can figure it out once I have a little clue.

Thank you,
John
The administrator has disabled public write access.

Re:Scripting Help 15 years 7 months ago #8367

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

You can use something like this in your drop-down fields:

www.domain.com|item1
www.domain2.com|item2
www.domain3.com|item3
www.domain4.com|item4

And let's suppose that your field is named "Drop". You can use the fields' placeholder in the return url field like this:

http://{Drop:value}

And the user will be redirected to a certain url based on his selection.

Regards!
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!