Revision as of 10:26, 3 January 2023 by Charlot Cobben (talk | contribs) (Charlot Cobben)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DevOps:Doc/FlexForm/2.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>

FORM CANNOT BE RENDERED, NOT VALIDATED