Hello.
I have widget that is prepared for making appointment and I need to redirect to another site after submission. But as I never dealt with WordPress nor php I have big trouble with determine what function exactly is responsible for form submission. Form action is connected with
/wp-admin/admin-ajax.php
And at the end I have normal form submit button. That's all I found. Where should I search for a form submission function.