Hi @RickBosl Welcome to the community! The first thing to do would be to add hidden fields to your form so you can capture this information.
Next, there are two ways you can go about it, depending on your level of coding knowledge. If you don’t have any coding knowledge, you’ll need to embed the form onto each page and edit the hidden fields for each page in order to pass in the data.
If you do have coding knowledge, you should be able to write a Javascript code that would automatically capture this information and pass it into the form for you.
In general, you can read more about using hidden fields with embedded forms here.