RequestParameter

Overview

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

RequestParameter('ProductID')

System returns the value of ProductID after it has been passed into the query string of the landing page URL.

Last Updated: Jun 8, 2021