Revision as of 11:47, 4 January 2023 by Charlot Cobben (talk | contribs) (Charlot Cobben)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DevOps:Doc/FlexForm/2.0/input/time

Name

time

Description

Example

<_form restrictions="lifted" >
<_label for="apptime">Pick a time between 9 AM and 5 PM.</_label>
<br>
<_input type="time" id="apptime" name="appointment" min="09:00" max="17:00" value="10:00" />
<br>
<_input type="submit" />
</_form>


FORM CANNOT BE RENDERED, NOT VALIDATED