variable_name optional default (none - bare qs returns the whole query string)Name of the request variable to read (a GET, POST, or cookie key). To read a bracketed/array form field, give the exact posted name including the brackets, e.g. aa[n1000_...][con_email_______][]. Omit the name entirely (bare qs) to return the whole raw query string instead of one variable.
delimiter optional default (none - arrays are returned as JSON)Separator used to join the parts when the matched variable is an array (a repeated parameter or a name ending in []). If you omit it, an array value is returned as a JSON-encoded string instead of being joined. Has no effect on plain scalar values.
{qs:surname}
[{qs:this_param_is_never_set_xyz}]
{qs}
{qs:tag:, }
{qs:tag}
You searched for: {qss:hledej}
{qs:aa[n1000_31][con_email_______][]}
[{qss:this_param_is_never_set_xyz}]