form_reset
Resets the target form to its initial state.
The target argument is the form's element id. The common id or selector
action arguments can override it. Resetting restores the values from the
rendered HTML; it does not submit the form or run server-side validation.
{% button text="Clear changes" action={form_reset target="profile-form"} %}