Warning: PyroCMS v2 is very old, these docs are provided free of charge, use at your own risk.
User Field Type
The user field type allows you to choose and return data for a user that is chosen from a dropdown list.
Parameters
| Parameter | Description |
|---|---|
| Restrict Group | Allows restriction of the choice of user to a group. |
Output
The user field returns the following user data as nested variables:
| Parameter |
|---|
| {{ field_slug:user_id }} |
| {{ field_slug:display_name }} |
| {{ field_slug:first_name }} |
| {{ field_slug:last_name }} |
| {{ field_slug:company }} |
| {{ field_slug:lang }} |
| {{ field_slug:email }} |
| {{ field_slug:username }} |
