Hello,
For ex: When I have to show variable value from GET write
[{$smarty.get.variable}]
But when I have to show variable value from POST I can’t write
[{$smarty.post.variable}]
because it returns nothing.
Could someone write me how to show variable value from POST in template?