• 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: Can we call 2 functions OnChange

Can we call 2 functions OnChange 10 years 10 months ago #28012

  • poo_amb
  • poo_amb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello All,

I am using nested drop downs in RsForms and I have a situation where I need to populate 2 dropdowns based Onchange of asingle dropdown. Meaning 2 function calls Onchange of a dropdown.

Can we have 2 "OnChange" in the attribute tab of a field.


Any support will be appreciated!

thanks in advance!

Regards,
Pooja
The administrator has disabled public write access.

Can we call 2 functions OnChange 10 years 10 months ago #28027

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Yes it is possible, you just have to call both functions onchange like in the following example:
onchange="function1(); function2();"
You can refer to example for more information Dynamic drop down.
My help is not official customer support. To receive your support, submit a ticket by clicking 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!