There can be multiple Moodle forms on a page. Particularly with global search enabled in Moodle 3.10 and up - the menu bar contains one.
This patch gets the proper form's unique ID of the mod edit form for the javascript, instead of just assuming the first form.mform will be what we are looking for.
There can be multiple Moodle forms on a page. Particularly with global search enabled in Moodle 3.10 and up - the menu bar contains one. This patch gets the proper form's unique ID of the mod edit form for the javascript, instead of just assuming the first form.mform will be what we are looking for.