Default Contact Form Problem

I’m trying to get the implement the default contact form created by yiic to work on a simple portfolio website. The problem is that the website uses js sliders to organize the content, so everything is viewed via the index.php view file.

I assume most of my problem stems from the fact that the actionContact() in the siteController is never run. I’m not sure how to approach this problem, my current thought process is to combine the actionIndex() and actionContact() methods in the sitecontroller somehow. But that just doesn’t seem like a good idea to me, so any info on how to deal with this would be great.

nm, problem solved.