Hi All,
Im trying to get into the custom Wordpress Plugin development, Im putting together a demo plugin at the moment
I have some basic knowledge of PHP
I created a HTML form "form.php" and I want to pass the data of this into "sendmail.php'
How would I go about this? In my form I have <form method="POST" action="sendmail.php">
But each time the form is submitted the page tries to redirect and Wordpress gives me the "Page Not Found" error