Is it possible to pass forms to another PHP page that would take the form data and manipulate it? For example, I create a Multiple Choice Test with 10 questions. Instead of it emailing it to me would it be possible to pass the form to another php page that will take the answers from the form based on the admin label and give a score. Hopefully this makes some sense since I am rather new at all this.