GetFormField

Pulls back form field information POSTed to the page based on a specified key

GetFormField(1)

OrdinalTypeDescription
1stringRequiredKey value used to identify applicable form field

You can retrieve member values using these strings:

  • ApplicationID
  • PackageID
  • ApplicationBaseURL
  • URL
  • PagePath
  • Method

This sample code requests a form field based on the supplied key:

This sample code provides examples of how to call a member:

You must escape all HTML form field information.