• 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: how to disable checkbox group on checked other box

how to disable checkbox group on checked other box 9 years 5 months ago #33206

  • work12
  • work12's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
i am using RS FORM PRO

i want to do disable checkbox group after checking another check box .

my first check box name is 'bundle' contain only one items after checking this i want to disable the checkbox group name 'addservices' contains 5 times

i am using this code
<script>
var selection1 = document.getElementById('bundle').value;

function displayServices(selection1)
{
if(selection1="super bundle $242")
{
document.getElementById('addservices[]').disabled = true;
}
else{ document.getElementById('addservices[]').disabled = false; }
}


</script>


can any one help me for solving this . i am new developer
The administrator has disabled public write access.

how to disable checkbox group on checked other box 9 years 4 months ago #33318

  • eero
  • eero's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 1
Have you tried Conditional Fields? No need to use javascript.

www.rsjoomla.com/blog/view/171-show-hide...d-in-rsform-pro.html
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!