TextBox (DisplayName)
TextBox (DisplayName) automatically obtains the current logged-in user's display name. When a logged-in user opens the form, the field is pre-filled with their DisplayName; anonymous users see a normal text box to fill in manually.
How It Works
- Logged-in users: the field automatically shows the user's DisplayName.
- Anonymous users: a normal text box for manual entry.
Specific Settings
Width
The control width (pixels or percent).
Required
When checked, the field must be filled (or auto-filled by logging in) before submitting.
Use Cases
- Contact forms: logged-in users skip re-typing their name.
- On-site feedback: automatically identifies the submitter.
Combined with the Login User Display setting in the General settings, you can control whether logged-in users may edit the auto-filled content.
Related Controls
TextBox (Email) auto-fills the logged-in user's email — the two are typically used together.