• 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: Dropdown selects a group of checkboxes

Dropdown selects a group of checkboxes 14 years 3 months ago #9507

  • jboulton
  • jboulton's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I would like to have a dropdown select a group of checkboxes.

Ex: Dropdown school1,school2
Checkboxes for school1: box1, box2, box3
Checkboxes for school2: box4, box5, box6

When school1 is selected the respective checkboxes appear; when school2 is selected checkboxes for school2 appear.

Thanks.
The administrator has disabled public write access.

Re:Dropdown selects a group of checkboxes 14 years 3 months ago #9571

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

This is possible... but yet again with some custom javascripting. You will have to create a function, placed on the Form Layout area that will check the required checkboxes. You will also have to use a onchange trigger on the drop down item. For example:

onchange="name_of_function();"
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!