Web / Server / HTTP LookUps
There are three Sources for web parameters which can be used in LookUps:
QueryString
- for url parametersForm
- for fields in the http-postServer
- for HTTP Server_... variables
QueryString
Tokens
Extended Standard Tokens
The following tokens are still very "normal" but not part of the common Dnn tokens. They work in 2sxc - but not in many Dnn-Tools
Token | Description | Result |
[QueryString:<Url-Param-Name>] | String | - |
[QueryString:TabId] | String - this demo shows the TabId which is in the QueryString because of the internal URL-Rewrite. |
730 |
[QueryString:Category] | String - click here to see effect |
Form
Tokens
Form Tokens only exist if the request was a Post.
Token | Description | Result |
[Form:<Form-Param-Name>] | Form post values. Usually not needed, but if you do need it, it's here. | - |
History
- Params added in 2sxc ca. v2
- Enhanced with Settings/Resources ca. v4