Skip to content

TextBox (Email)

TextBox (Email) automatically obtains the current logged-in user's email address. Logged-in users see their registered email pre-filled; anonymous users enter it manually.

How It Works

  • Logged-in users: the field automatically shows the user's email address.
  • 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 before submitting.

Relationship with Email Features

Important

You need to use this field (or a field collecting the same email) to gather the submitter's email address — otherwise the submitting user will not receive emails.

The field's value serves as the submitting user's email address and is used by:

  • Send to submit user in the Email settings — the auto-reply recipient.
  • The [Email] token in email templates.

TIP

If your form targets anonymous users, simply use a regular TextBox with Verification set to email; both can coexist in one form.

Next Steps

Built with VitePress