Skip to main content
This topic has been closed for replies.
Correct answer try67

Every field (except for buttons and signatures) has a "defaultValue" property that can be set, like this:

this.getField("Text1").defaultValue = "This is the default value of this field";

2 replies

Known Participant
January 25, 2017

I did not find it in the properties of the field, so I entered into Java Script document, and it works! Thank you!

Inspiring
January 25, 2017

The default value entry is on the "Options" tab for the field properties pop-up window.

Known Participant
January 27, 2017

But there can only enter a value, not a javascript.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 25, 2017

Every field (except for buttons and signatures) has a "defaultValue" property that can be set, like this:

this.getField("Text1").defaultValue = "This is the default value of this field";