Create calculated fields with formulas and field dependencies.
Note: These components require real project and field IDs. Use them in project settings when creating/editing forms.
Use [field_name] to reference other fields. Supported operations: +, -, *, /, (), round(), etc.
Configure dynamic SQL queries for dropdown field options.
Only SELECT queries are allowed. Query must return columns named 'value' and 'label'. Example: SELECT id as value, name as label FROM users
Build matrix fields with rows and columns.
Create a matrix/grid field with rows and columns
Auto-formatted to lowercase with underscores