Comment Form disappears when activating plugin
-
Greetings.
I have a problem with the plugin. When activated, my form for comments disappears.
Looks like some kind of error originates in the function that generates the form. The only code that returns is:
<form action=”https://www.movired.com/wp-comments-post.php” method=”post” id=””>
<p class=”form-submit”>
<input name=”submit” type=”submit” id=”” value=”” />
<input type=’hidden’ name=’comment_post_ID’ value=’621′ id=’comment_post_ID’ />
<input type=’hidden’ name=’comment_parent’ id=’comment_parent’ value=’0′ />
</p>
<p class=”cptch_block”>
<input type=”hidden” name=”cptch_result” value=”oNs=” />
<input type=”hidden” value=”Version: 2.4″ />
tres + 2 = <input type=”text” autocomplete=”off” name=”cptch_number” value=”” maxlength=”2″ size=”2″ style=”width:20px;margin-bottom:0;display:inline;font-size: 12px;width: 30px;” />
</p>
</form>As you see, the form that is generated does not contain any field and submit button does not have its full attributes.
Thank you very much for your help
- The topic ‘Comment Form disappears when activating plugin’ is closed to new replies.