Title: [Plugin: WP-Ajaxify-Comments] form selectors
Last modified: August 20, 2016

---

# [Plugin: WP-Ajaxify-Comments] form selectors

 *  Resolved [martinbeasnunez](https://wordpress.org/support/users/martinbeasnunez/)
 * (@martinbeasnunez)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-ajaxify-comments-form-selectors/)
 * if my form strccture is:
 *     ```
       <div id="respond">
       <form action="http://pregunta.pe/wp-comments-post.php" method="post" id="commentform">
       																			<div class="social-identity"><img src="#" ><p class="social-input-row">WordPress Account</option>
       																			<p class="social-input-row">
       																			<textarea id="comment"  class="social-input" required="required"></textarea>
       																			</p></form>
       </div>
       ```
   
 * whats my Comment Form Selector & Comments Container Selector.
    try ‘respond’ ‘
   comment’ and not working ):
 * [http://wordpress.org/extend/plugins/wp-ajaxify-comments/](http://wordpress.org/extend/plugins/wp-ajaxify-comments/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [janjonas](https://wordpress.org/support/users/janjonas/)
 * (@janjonas)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-ajaxify-comments-form-selectors/#post-2750286)
 * Hi martinbeasnunez,
 * The “Comment Form Selector” is ‘#commentform’ in your example which is the default
   value; so you can set the option to an empty string. This selector needs to match
   the <form> tag.
 * The “Comments Container Selector” needs to match a container element that contains
   the comment list; probably some parent element of <div id=”respond”>. Have you
   tried the plugin’s default value?
 * Unfortunately your example code does not contain the html code of the comment
   list, so I do not know if such a container exists in your theme. Which theme 
   do you use? Is the theme or your page public available?
 * Hope this helps,
    Jan
 *  [janjonas](https://wordpress.org/support/users/janjonas/)
 * (@janjonas)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-ajaxify-comments-form-selectors/#post-2750396)
 * Mark topic as resolved; please reopen this post or add a new post if this problem
   still exists.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP-Ajaxify-Comments] form selectors’ is closed to new replies.

 * ![](https://ps.w.org/wp-ajaxify-comments/assets/icon-256x256.png?rev=2962290)
 * [Ajaxify Comments - Ajax and Lazy Loading Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ajaxify-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ajaxify-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ajaxify-comments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [janjonas](https://wordpress.org/support/users/janjonas/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-ajaxify-comments-form-selectors/#post-2750396)
 * Status: resolved