Form Reset

Reset the Webflow Forms and Formly once a form is submitted.

Additional code/setup

Add these scripts before the </body> tag

<!-- Call Code Select Script-->
<script src="https://cdn.jsdelivr.net/npm/tom-select@2.2.2/dist/js/tom-select.complete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/videsigns/webflow-tools@latest/countrycode.js"> </script>

Add a select input

Add a 'select' element, add 1 choice with the placeholder text and set the value as empty.

You add powerups to this select element.

Attributes

Option 1

Trigger on Button Click

Add this attribute to any Button element.

Custom <div> attributes
data-btn
=
reset
Option 2

Trigger on Form Submission

Add this attribute to any Submit Button element.

Custom <div> attributes
data-btn
=
reset

Add this attribute to add a delay on the reset.

Custom <div> attributes
data-reset-delay
=
n

n = time in milliseconds

Option 3

Code Reset Trigger

To trigger a reset using Javascript or JQuery, call the function:
resetFormly()

Cloneable

Check out this cloneable that uses Form Reset!

Join our awesome Slack community with over 300+ Webflow users!

Seek support, vote on new features, stay updated and network with other community members.

Join Slack community