Forums
(@alphawolfwmp)
18 years, 9 months ago
Hey everyone, got the same problem. But I do have a clue:
<input type=”hidden” name=”comment_post_ID” value=”<?php echo $id; ?>” />
When I watch this in the source code the value is empty so I guess the var $id wasn’t passed. What can I do?