• 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: using multiple radio buttons to show hide fields

using multiple radio buttons to show hide fields 16 years 5 months ago #5601

  • nyree
  • nyree's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
I can do this with 2 radio buttons as in the tutorial, but does anyone know how to show / hide fields using 4 or more radio buttons?

any help gratefully recieved!!:S
The administrator has disabled public write access.

Re:using multiple radio buttons to show hide fields 16 years 5 months ago #5654

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

Read this tutorial:

www.rsjoomla.com/index.php/RSform-How-To...-Selection.html#5651

One small change though: instead of the onchange additional attribute, use onclick, so that it says:
onclick=\"hide_all(this);\"

Onchange only works for dropdowns. Onclick works for everything else.
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!