Submit form to a different PHP file in the same plugin folder
You should not try to do it. Direct access of php files which are not in the root directory might be blocked for security reasons. what you need to do is register a settings page for your plugin and add into your forms some hidden field that indicates what kind of processing you want to … Read more