Assignment

An assignment expression sets the property identified by a given reference syntax to be the value of a simple expression. For example:

    $template.purchase_order.name.first = "Tony"

This sets the value of the form design object “first” to Tony .

For more information on using syntax, see Referencing Objects in Calculations and Scripts

// Ethnio survey code removed