I'd like to setup a custom order form for a special product. This probably won't even go through the zencart checkout system, its just a way to fill out a form and submit it.

I could just stick up a php page on my side, but I'd really like it to look like the rest of the site, with header, footer, menus, etc. So I started doing it in one of my custom pages using the page editor, but when I view the site, all my php code ( stuff between <?php and ?>) was stripped out.

How can I have a page on the site that will be executed? I've dug around these forums and various FAQs but couldn't find an answer.

Thanks!