GetValue Method
Returns the value of the specified form variable.
Syntax
public String getValue(String name);
Remarks
If the form variable does not exist, an empty string is returned.
Please refer to the FormVars collection for more information.