The #text(...)
variable is used to duplicate the value of field(s) in real-time.
Examples
Example | Output |
---|---|
#text(#field(1)) |
Field 1 Content |
#field_label(1): #text(#field(1)) |
Field 1 Label: Field 1 Content |
#field_label(1): #text(#field(1) #field(2)) |
Field 1 Label: Field 1 Content Field 2 Content |
Demo
Usage
#text
can be used in the following field settings:
- Values (Put
#text
in the Default Value field setting) - Help Text
- Labels
- Placeholders
An example of how to configure a text field with ID 2 to duplicate the value of field ID 1 is shown below: