contact_form

I noticed there is a contact form template, but how can I use it? I have been editing the main template, and can’t seem to include it (Although I guess I could just copy it all into a PHP File and include(‘contact_form.php’) but it seems like there would be an easier way if you included it. Or I guess I could code my own, I know enough php for that. And the template posts the data to index.php, is this correct? Does index handle the form data or is that just being a placeholder for me to put my own page to handle it.

It’s being implemented in the next update. It was left there from some of the first revisions.