With the help of blog comment form you can create comment section inside post or file information page. Also you can create a contact page by comment form tag.
Learn:
Add a comment box on wapkiz file download page
How to create stylish contact page in wapkiz
Wapkiz Blog Comment Tag
[blogcmt_form]bid=blog,ud=site-0.html,to=:to-blog:||%notify% Name:<br/>
%name%<br/>
Text:<br/>
%text%<br/>
%submit%[/blogcmt_form]
- %notify% Process entered into database and error warning (important)
- %name% Displays the name input form
- %text% Displays the input text form
- %submit% Submit button
So, Whenever someone makes a mistake in completing contact form or comment form, an error message shows them.
Error Messages
- Name Error: Error! Name Minimal 3 Character Or Maximal 50000 Character
- Text Error: Error! Text Minimal 3 Character Or Maximal 5000000 Character
Here, I’m showing to you how to edit these error messages.
🌟 These messages are included in error div by default. So, If you want to style/design it (like if you want to change the text color, or add border), then add a CSS named error (go to Panel -> Css Theme -> Add new with editor)
Here is an example
.error {color: #ff0000; text-transform: capitalize;}
Result->
🌟 And if you want to edit these text then replace the %notify% tag
[replace=(%notify%)]Error! Name Minimal 3 Character Or Maximal 50000 Character[]Error! Text Minimal 3 Character Or Maximal 5000000 Character||NAME ERROR MESSAGE[]TEXT ERROR MESSAGE[/replace]
- NAME ERROR MESSAGE write your own name error message
- TEXT ERROR MESSAGE write your own text error message
Here is an example
[blogcmt_form]bid=blog,ud=site-0.html,to=:to-blog:||[replace=(%notify%)]Error! Name Minimal 3 Character Or Maximal 50000 Character[]Error! Text Minimal 3 Character Or Maximal 5000000 Character||NAME ERROR MESSAGE[]TEXT ERROR MESSAGE[/replace] Name:<br/>
%name%<br/>
Text:<br/>
%text%<br/>
%submit%[/blogcmt_form]
If you have any problems please comment below.
Brilliant!
Nice
Maintain the excellent work and delivering in the crowd!
Thanks for the useful info.