VALUES

Category
Validation
Additional information
The VALUES keyword is supported on the Web as a single choice select box listing the allowed values. The user will not be permitted to enter values that are not in this list.

If a program value is sent to the field, and it is not specified on the VALUES keyword, it may be submitted to the program if the user does not change the field. Once the field has been modified or its data tag (MDT) changed, only entries defined by the VALUES keyword can be submitted to the program.


Feedback