How can I add an onchange handler to a dropdown list in Drupal? The dropdown list is added using hook_form(). I have to perform a function depending on the onchange function.
Is there a way to do this?
How can I add an onchange handler to a dropdown list in Drupal? The
Share
You can add a form like this:
Now you can add submit functionality using hook_submit().