Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Last active December 20, 2022 16:36
Show Gist options
  • Save rileyrichter/ca07798030648569e44cf714853aa9bd to your computer and use it in GitHub Desktop.
Save rileyrichter/ca07798030648569e44cf714853aa9bd to your computer and use it in GitHub Desktop.
<script>
Webflow.push(function() {
$(document).on('submit', 'form', function() {
// Refresh page after 3000 milliseconds
setTimeout(function() { location.reload(true); }, 3000);
});
});
</script>
@hellonavigo
Copy link

Where do you place this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment