Set Form Data Plug-in

The Set Form Data plug-in allows you to set a value for a form field at a specific point in the process.

Properties

Name

Reviewed Description

Mandatory

field[index] (old name xpath)

The form field for which a value needs to be set.

Yes

value[index]

The value which needs to be set in the form field.

Example:

Direct value: My Value

Value from form field: [/my:myFields/my:field2]

Value from solution field: [field1]

Yes

Example

The following example sets the field named myDivision to the value in the New Division solution field, and the field named myName to the value in the NewName form field.

  • field0 – myDivision
  • value0 – [NewDivision]
  • field01 – myName
  • Value1 – [/my:myFields/my:NewName]