// Deprecated core Javascript functions for Moodle
function submitFormById(id) {
    submit_form_by_id(null, {id: id});
}