How to trigger an external script on event if a plugin does not register en event in Moodle without changing the plugin code

How to trigger an external script on event if a plugin does not register en event in Moodle without changing the plugin code

by ŽAN GOSTIČ -
Number of replies: 0

Hello,

I want to execute an external script every time a student submits a form (the form is a plugin called 'Edwiser forms'). To do that I was thinking of creating a plugin that would execute an external script every time the form submission happens. But the problem is that the 'Edwiser forms' plugin (as far as I know) does not register any event in Moodle that another plugin could listen to. So I am wandering if there is a way to do this without modifying the 'Edwiser forms' plugin code?

Average of ratings: -