If you make a form that uses a link with arguments as an action (for example, when using the #SELF
tag with the default url type), you need to put these values back into hidden fields; this function calculates the fields in question.
Example:
<form action="#SELF">
[(#SELF|form_hidden)]
...
</form>