Variable Interpolation
Use {{fieldId}} to insert dynamic values into labels, help text, and info blocks.
Basic Usage
Reference any field’s value:Supported Locations
| Location | Example |
|---|---|
| Labels | "Hello, {{name}}" |
| Help text | "Enter your address in {{city}}" |
| Info blocks | "Based on {{income}}, you qualify" |
| Validation messages | "{{field}} is required" |
Implementation
Common Patterns
Personalized greeting:Translations
Multi-language support