Just like {GET} tag reads URL paramaters, {POST:parameterName} tag reads the posted values on your page.
For example: Let's say you have two pages, first page has a form in it which asks users first and last names. Page 1 page2.html" method="post"> First Name:" name="firstName" />
Last Name:t" name="lastName" />
" value="Go" />
And on page to you have this code: Page 2 Your name is {POST:firstName} {POST:lastName}.
When someone fills the form on first page, our example will print the result on second page.
Warning: Please do not post any bug reports or help questions as a comment. They may not be answered here.
You can use support forums for proper help. It's better if you only post suggestions or tips in order to help the other users.
Also, do not use any HTML codes on your comments they will be removed automatically. You can use HTML entities instead of HTML codes
Send Comment