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>
<_input name="Description" type="textarea"></_input>

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

</_form>