Can you find which part of drupal handles form submit automatically?
No matter 开发者_高级运维where the form is submited, the submited handler is called.
Anyone knows this?
yourdrupalinstall/includes/form.inc: drupal_get_form()
It's being recognized by the form_id.
精彩评论