How to do a form submit for user overrideedit from another plugin?

How to do a form submit for user overrideedit from another plugin?

by Kashmira Nagwekar -
Number of replies: 0
In moodle, when you go to Quiz Administration-> User overrides -> Add user override, you get a form (overrideedit.php) to add the details of the user override to be created.

You need to fill that form and submit it.

After you submit, the form is processed (in overrideedit.php itself) and then you are redirected to overrides.php page.

Now, I want that form to take post data from my plugin and process it in overrideedit.php and do the redirect.

How do I send post data/(post form data) in this case from my plugin?
Average of ratings: -