I am creating forms to be embedded on our website. The same form will be embedded on multiple pages. I would like to be able to track what web page they filled out the form on. Ideally I would like to track this as a token, so that I can receive an email with the form details and web page once it has been filled out. Is this something I will have to have my web developers do, or is it possible to add a field on the form to do so? I tried the URL Parameter and Referrer Parameter hidden fields but neither seemed to work.
The trigger token for "Fills Out Form" includes a web page parameter that you can include! {{trigger.Web Page}}. That should do what you need
Tokens for Interesting Moments - Marketo Docs - Product Documentation
This is exactly what I needed, thank you so much for the help!
Just note {{Trigger.Web Page}} does not include the query string, only the hostname + pathname + hash.