Answered
default value of field by variable / calculate / script
Please, how to specify a default value to a field using a variable / calculate / script?
Please, how to specify a default value to a field using a variable / calculate / script?
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";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.