We only want the TAF form to show on the single post pages, under the comments.
The Cforms instructions for that are:
Code:
Simply add a <?php insert_cform(#); ?> (# = your form id) to your existing single.php and/or page.php template, e.g: [...] <?php the_content('<p>Read the rest of this entry »</p>'); ?> <?php if ( is_tellafriend( $post->ID ) ) insert_cform(#); ?> [...]