Thanks for the response. This will work for a successful submission where all required fields are populate and process correctly. However if some errors come up and the user needs to enter more information then they will still need to be directed to a PHP page where I can populate the fields with information already entered and display a dynamic error message.
For clarification, say I wanted to create a page like
http://www.example.com/help.php (Help Page). All I want to be able to do is display the template on this page and some sample content. What steps would I need to take order to do this?