Skip to content

DropDownList (SendEmail)

DropDownList (SendEmail) is a dropdown with recipient routing: the option the user selects determines who receives the notification email.

SendEmail settings

Specific Settings

List Collection

Options use the format Display Name: email address, one per line:

Default Value

The default option (display name); it must exist in List Collection.

Width

The dropdown width (pixels or percent).

How It Works

  1. The user selects an option (e.g. "Support").
  2. On submission, the system sends the notification email to the address bound to that option ([email protected]).

Typical scenario

Route contact-form emails by request type: "Sales" goes to the sales team, "Support" to the support team — no need to build multiple forms.

Notes

  • Use the English colon : in options.
  • The selected value also appears in submission records and the [FieldName] email placeholder (showing the display name).
  • If Administrator Email is also enabled in the Email settings, both the administrator and the routed recipient receive the email.

Next Steps

Built with VitePress