Contact Information Data Types

Alpha: Editor React Components are currently in alpha. This feature is subject to change and may have bugs, issues, and limitations. We're actively improving it based on your feedback.

Contact information data types provide automatic validation for common contact-related data formats. They enforce specific patterns and conventions, ensuring data quality without requiring custom validation logic.

Email

Standard email address according to RFC 5321, section 4.1.2.

Example

A contact email field:

In the manifest:

Copy

In the component:

Copy

Phone

Phone number format designed to match phone numbers with a variety of common characters, including digits (0-9), spaces, parentheses, plus sign, hyphens, and periods.

Example

A business phone field:

In the manifest:

Copy

In the component:

Copy

Web URL

A URL with scheme http or https.

Example

A website URL field:

In the manifest:

Copy

In the component:

Copy

Hostname

Hostname according to IANA standards.

Example

An API hostname field:

In the manifest:

Copy

In the component:

Copy

See also

Did this help?