Comment Reply javascript

You should really use comment_form() instead of rolling your own.

Still, if you must, make sure that:

  1. The textarea has id=”comment”.
  2. The wrapping container around the entire comment form (probably a DIV) has id=”respond”.

Leave a Comment