Revision as of 10:07, 21 August 2025 by Charlot Cobben (talk | contribs) (Text replacement - "|Subject version=2.0,2.1" to "|Subject version=2.0,2.1,2.5")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DevOps:Doc/FlexForm/2.0/input/reset

Name

reset

Description

Input of type reset. Used to reset all form inputs to their initial values.

Example

<form action="get" restrictions="lifted">
<input name="Title" type="text" value="Some initial value here" />
<br>
<input name="Name" type="text" value="" />
<br>
<textarea name="Description"></textarea>

<input type="reset" class="btn btn-secondary" value="Reset" />

</form>