Home Tour Demo FAQ App Gallery Buy Now    
Home > Template Tags > How to get POSTED values on a page?


How to get POSTED values on a page?

{POST}

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.



Tags: template tags url
Related Articles:

Add a new comment

Send Comment

 
 
Customer Log-in | Support Forums | User Guide | Free Form Builder | Contact Memberkit Team