In my comments.php I have this code:
<input name="submit" type="submit" id="submit" tabindex="5" value="Submit" />
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
Is there a way to replace this code whit a simple submit form? and not use: do_action() ?