I want to submit a form to another PHP file which lays in the same folder:
wp-content/plugins/my-plugin-folder
The form action attribute looks like this:
<form name="lookat" type="submit" action="my-plugin-folder/file.php">
However, if I click on the submit button, I get redirected to:
http://localhost/wordpress/wp-admin/my-plugin-folder/file.php
How can I get rid of wp-admin and access the file in my-plugin-directory?