Field Associations
Associations are used within KHZ_FormGenerator to relate fields of information on the displayed web page to fields of data within the SQL database table, or to pass values of fields on page one to those on another page, the value is added to the querystring to enable the form to hold the value while
Association Elements
Field Name to Associate
This is the name of the field that will have an association to a Quesrystring variable for use in the post processing functionality.
Short Name
The ‘Short Name’ or Querystring Variable Name is a very simple name for the field, usually initials or abbreviation of the passed Field Name. The short name is used to define the parameter instance in a querystring where you are controlling the post processing functionality from a custom control and wish to directly access any given value from the posted form, or to access the given value from another page in the form workflow.