From the menu go to: Insert > Forms >Reset Button
When activated, a reset button resets all controls to their initial values.
Example:
<form method="post" action="">
Enter some text:<input type="text" name="content">
<input type="reset">
</form>
Result:
Enter some text in the below field and click reset...
See Also: Form Samples