While the Marketo form builder is quite powerful, there are some edge cases where it doesn't produce quite the result that you're looking for. A common request is to reposition fie...
I think you're looking for triggers. In your example, you would use a Clicks Link in Email trigger to listen for the click action, and then send out an alert when it happens.
On your form embed code, you can swap out the '//app-****.marketo.com' in the loadForm call with '//<your landing page domain>' which should remediate this issue.
Your server is trying to use the querystring for navigation and since there's no page corresponding to that string, it fails. You'll need to get in touch with whomever owns your se...