• 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

Viewing 1 replies (of 1 total)
  • itssarah

    (@itssarah)

    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…

Viewing 1 replies (of 1 total)
  • The topic ‘A ‘Thank You’ message when commenting?’ is closed to new replies.