Skip to content

Email

This widget can be used with char and text fields.

<field name="email" widget="email" />

Working with multiple emails

v2.29.0

To work with multiple emails, you can use the widget_props to enable it.

<field name="emails" widget="email" widget_props="{'multi': true}" />
foo@bar.compatata@brava.cominvalid@email

It can be used in the tree view as well:

<field name="emails" widget="email" widget_props="{'multi': true}" />
foo@bar.compatata@brava.cominvalid@email

API

PropertyDescriptionTypeDefaultVersion
widget_propsExtra properties for the widgetobject--

Widget props

PropertyDescriptionTypeDefaultVersion
multiEnable multiple emailsbooleanfalse v2.29.0