Form direction to .php on localhost
You may want to make sure you are creating a brand new page template for this. http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/ Sve the template in your Child Theme folder In this template, place you form code where you want it to display. In the tag, change it to this: <form id=”quiz” method=”post”> Also, you should add your grade.php code … Read more