Thanks for the quick response, whooami.
I can definitely follow with you and see what you’re talking about near the submit button. The code you listed is just as you mentioned.
<input name=”submit” type=”submit” id=”submit” tabindex=”5″ value=”Submit Comment” />
<input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />
<?php do_action(‘comment_form’, $post->ID); ?>
Any idea why the ID wouldn’t get passed? Quite mysterious! I tried punching in <?php echo $id; ?> within the content to see what the variable was at, but it doesn’t display a number on the page.