I'd recommend putting them in the template (tpl) file and having the form callback to the same page. If form validation is successful, redirect to the next page.
Equally valid is to have the form go to the next page, and have that page's header_php.php validate the form and if it fails redirect back.



