formattedValue

Specifies the formatted value for the field.

Syntax

Reference_Syntax.formattedValue = "string"

Values

Type

Values

String

A valid string representing the value of the field with formatting, including picture formats and symbols.

Applies to

Model

Object

Form Model

field

Version

XFA 2.1

Examples

JavaScript

TextField2.rawValue = TextField1.formattedValue;

FormCalc

TextField2 = TextField1.formattedValue

// Ethnio survey code removed