The easiest way to know from which page the form is submitted from?

Great question @dsagn my recommendation would be to use the solution described here of hidden form fields within a dynamic embed on each of those pages: How to Add Hidden Form Fields to Forms

So something like this where you replace the name field:
<input type="hidden" value="NAME"/>

2 Likes