Revision as of 10:00, 15 July 2025 by Michaël Schuring (talk | contribs) (Text replacement - "{{Doc properties" to "{{Csp class properties")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DevOps:Doc/FlexForm/1.0/input/tel

Name

tel

Description

Input type for telephone numbers.

Example

<_form action="get" restrictions="lifted">
<_label for="call-me">Enter your phone number (Dutch format: +31 123456789 )</_label>
<br>
<_input type="tel" id="call-me" name="phone" pattern="(^\+[0-9]{2}|^\+[0-9]{2}\(0\)|^\(\+[0-9]{2}\)\(0\)|^00[0-9]{2}|^0)([0-9]{9}$|[0-9\-\s]{10}$)" value="+31 123456789" />
</_form>