Returns true if the given value exists in the data passed to the request.
In a Web environment, this will be the posted form data.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean request.form.exists(string name)

Parameters

Name Data Type Description
name String The name of the element.

Return Value

Data Type Description
Boolean Boolean indicating if the specified element exists.

Expand image Example

SXML