formatMessage

Specifies the format validation message string for this field.

Syntax

Reference_Syntax.formatMessage = "string"

Values

Type

Values

String

A valid string representing the format validation message.

Applies to

Model

Object

Form Model

field

Version

XFA 2.1

Examples

JavaScript

TextField1.formatMessage = "Please use the format: LASTNAME, FIRSTNAME";

FormCalc

TextField1.formatMessage = "Please use the format: LASTNAME, FIRSTNAME"

// Ethnio survey code removed