RequestParameter
Returns the value of a parameter passed into the query string of a landing page URL or passed via a form post.
Syntax
RequestParameter(queryParam)
Function Properties
Ordinal | Type | Description | |
---|---|---|---|
queryParam | string | Required | Parameter from which to request value |
Usage
System returns the value of ProductID after it has been passed into the query string of the landing page URL.