For those who have already commented on a post on this blog, they have already stopped with a success message after sending their comment.
Today I'm going to teach you how to do this, let's go to the tutorial.
1. First, let's set up the success page after you comment, and in this case, let's just put a code using the :to-sucess: code, which will be generated on the same blog page. See how to insert a comment form
[*blogcmt_form]to=:to-url:, ud=?to-sucess=sucess|| Name: %name%
Comment: %text%
%submit%[/blogcmt_form]
2. On the same blog page, let's put this message above all code.
(*if :to-sucess:=sucess) Your comment has been submitted successfully (/if)
Note: After submitting the comment, first the following message will be shown "YOUR COMMENT ADDED SUCCESSFULL. ITS WILL DISPLAY AFTER 10 MINUTES.", after a few seconds your page will be updated and the message you configured above will be shown.
Remove all asterisks in codes *
Any questions leave them in the comments.