# $group
- Section and Separator Fields
Fields built with this keyword do not have a value and are only used to organize the form. They can group some other fields into one section or serve purely as separators.
# Usage:
$group
# Examples:
# 1. As a separator and a section
# 2. As a field whose value is dynamically built
The name of a field built with a$group
keyword can be dynamically built with values from other fields of the definition by using a placeholder with the format__other field name__
anywhere in the field name. For instance, in the image included above, we insert __ before and after Operator
, like this: __Operator__
:
Question 1 - Hello, I am __Operator__, am I talking with __Minister Name__?
This is useful, for example, for building dynamic surveys that act as scripts for operators calling a person on the phone.