Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
var value = FormUtil.getFieldgetValue("field1");

getValues(fieldId)

...

Used to gets the values of a form field. Values will return in an array. 

Parameters

    • fieldId - id of a form field

...