Difference between revisions of "Validation Message"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
The Validation Message field is used to specify the message that is displayed to users when inputting invalid information into a field.
+
The Validation Message field is used to specify the message that is displayed to users if they input invalid information into a field.
  
 
For'''Standard Fields''' the Validation Message is displayed when the user has not completed a Mandatory field.
 
For'''Standard Fields''' the Validation Message is displayed when the user has not completed a Mandatory field.
 +
:The Validation Message on Standard Fields can be up to 255 characters in length.
  
For '''Custom Fields''' the Validation Message is displayed when the entry in the field does not comply with the statements entered in the '''JavaScript Validation''' section for the Custom Field.
 
  
 
+
For '''Custom Fields''' the Validation Message is displayed when the entry in the field does not comply with the statements entered in the '''JavaScript Validation''' section for the Custom Field, or if a mandatory field has not been completed.
The Validation Message can be up to 255 characters in length.
 

Revision as of 14:14, 1 May 2009

The Validation Message field is used to specify the message that is displayed to users if they input invalid information into a field.

ForStandard Fields the Validation Message is displayed when the user has not completed a Mandatory field.

The Validation Message on Standard Fields can be up to 255 characters in length.


For Custom Fields the Validation Message is displayed when the entry in the field does not comply with the statements entered in the JavaScript Validation section for the Custom Field, or if a mandatory field has not been completed.