Index: comments.php
===================================================================
--- comments.php	(revision 2447)
+++ comments.php	(working copy)
@@ -61,10 +61,11 @@
 
 <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
 
+<?php do_action('comment_form', $post->ID); ?>
+
 <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
 </p>
-<?php do_action('comment_form', $post->ID); ?>
 
 </form>
 
