Dynamically submit page url through a Webflow web form submission

Captures the current URL where the user is filling and submitting their form, can let you know which form is the most succesfull at generating leads.

Hack Name:
hacks_11

Demo Example

Code

!
We can not copy-paste TypeScript into Webflow. TypeScript must be compiled to JavaScript. For copy-paste into Webflow, choose JavaScript.
What is TypeScript? 🡭
<script>
document.addEventListener('DOMContentLoaded',
	function () {    
  	const WAIT_TIME = 4500;
  }
})
</script>
!
Copy-paste this script into your Webflow project body.