Field value updater

A Field value updater node is used update the value of a form field in the context of the Form Receiver.
This is typically used to fill fields based on some database look-up or fix validation errors.

Properties

Name
Project script attribute
Description
Field name
name
Name of the field to update.
Field value
value
New value of the field.
Condition
condition
Condition used to determine if an update of the field value should occur or not.

Project script node name

updatefield
See also:
Form receiver
Server side validation