SetFieldValue method

Sets the value of a form field.

object . SetFieldValue ( fieldname , fieldvalue )
Part Description
object An object expression that evaluates to the Form object.
fieldname Required. The name of the field.
fieldvalue Required. The value to be assigned to the field.