Wondering if anyone knew a simple way, or a plugin, to show a thank you message somewhere near the comment form after a comment is submitted?
Thanks
Wondering if anyone knew a simple way, or a plugin, to show a thank you message somewhere near the comment form after a comment is submitted?
Thanks
I'm Not Sure If This'll Work, As My Commenting Thing Is Abit Messed Up At The Moment, But You Could Try.
Add `<center>
<i>Comments Are Always Returned.</i></center><br><br>Under The<p><input name="submit" type="submit" id="submit" tabindex="5" value="Lets Go Chase The Sunset"
/>
<input type="hidden" name="comment_post_ID"
value="<?php echo $id; ?>" />
</p>
<?php do_action('comment_form', $post->ID); ?>
</form>` In The Comments.php File. Except Yours Wont Say "Lets Go Chase The Sunset". If That Dosn't Work Then I Should Really Learn When It Appears...
This topic has been closed to new replies.