NoCodeQuest - Tutorials taking Webflow beyond anything it's capable of alone.

Submit native Webflow forms into the CMS with Zapier

 

Grab the code:

<script>
 var Webflow = Webflow || [];
 Webflow.push(function() {
 $(document).on('submit', 'form', function() {
   setTimeout(function() { location.reload(true); }, 3000);  
  });
});
</script>