Revision as of 09:34, 15 July 2025 by Maintenance script (talk | contribs) (Imported by PageSync)

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>