Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Two Comment Forms on Question Page

$
0
0

Replies: 0

My site is not public yet, but I can provide access to the dashboard if needed to troubleshoot the issue.

When I go to the page to view a question there are two comment forms. One appears directly under the other, they are both in the same class as far as I can tell, but only the bottom one actually leaves a comment on the question.

The code from the inspecting the source on chrome shows the following:

<div id="dwqa-respond" class="dwqa-comment-form">
					<form method="post" id="comment_form_3295" class="comment-form" novalidate>
										<p class="comment-form-comment"><textarea id="comment" name="comment" placeholder="Comment" rows="2" aria-required="true"></textarea></p>
		<div class="comment-form-comment">
            <label for="comment">Comment</label>
            <textarea placeholder="Comment" class="form-control" id="comment" name="comment" cols="45" rows="4" aria-required="true"></textarea>
        </div>			<input name="comment-submit" type="submit" id="submit" value="Post Comment" class="dwqa-btn dwqa-btn-primary" />
			<input type='hidden' name='comment_post_ID' value='3295' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
			<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="0f158a6c70" /></p><input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="6b67fa8fdf" /><script>( function() {if ( window===window.parent ) {document.getElementById( '_wp_unfiltered_html_comment_disabled' ).name='_wp_unfiltered_html_comment';}} )();</script>
<br><button class="btn btn-primary pull-right" type="submit">Submit</button><div class="clearfix"></div><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="88"/></p>			</form>
				</div><!-- #respond -->
				</div>
	</div>

I don’t know where the second form is coming from and since the questions are created independently I’m not sure how to check it.

Thanks in advance for any assistance you can offer!


Viewing all articles
Browse latest Browse all 59525

Trending Articles