- #PARAMETRES_FORUM
generates and displays the list of variables in use by the form that makes it possible to respond to the current article. For example:
[<a href="spip.php?page=forum&(#PARAMETRES_FORUM)">Respond to this article</a>]
It is possible to pass the tag a parameter specifying the return address after the forum message has been posted. For example: <a href="spip.php?page=forum&(#PARAMETRES_FORUM{#SELF})"> Respond to this article</a>
will return the site visitor back to the current page once the visitor’s message has been validated.