Your Wordpress version: 2.6?? - the newest one I think
[desc]:
I'd like to include a form in the side column. I tried inserting the form into a page using the cfII button and then copying the html and pasting it into sidebar.php and the form shows up but doesn't seem to work. That was my only guess. I don't know much at all about php but I imagine there's a way to include the cforms that way.
why not use the cforms sidebar widget or edit your sidebar PHP file and add a insert_cform('xyz') call (see the online HELP "Inserting a form") to show the form?