Hi, I have an assignment, part of which involves creating a contact form with HTML. My problem is that we are only allowed to use HTML and XML. Normally to process a form, I would look at using PHP, but this isn't allowed it seems. So I'm wondering, can a form be processed using HTML or XML? I'm not concerned about how the data is collected after a user clicks submit, a text file or something is not a problem. I'm just wondering if processing a form is in fact possible using just HTML and/or XML? Thanks for any advice!