Skip to main content
February 10, 2016
Risolto

Embedded Form _mktoReferrer value in Alert

  • February 10, 2016
  • 10 risposte
  • 4993 visualizzazioni

We have the same form on multiple pages on our site (a general contact us). It would be helpful to alert somebody when the form was submitted, but also include what page it was filled out on. I can see that in the "filled out form" activity record - but can't figure out a way to get that in the notification...

Has anybody had this issue before?

I thought I could create a field on the lead record and make it hidden on the form itself, but I dont see an option for the referrer URL, only a referrer param.

Questo argomento è stato chiuso alle risposte.
Migliore risposta di SanfordWhiteman

{{Trigger.Web Page}}

This is confusing because when you constrain the form fillout, you consult the Referrer.

10 risposte

SanfordWhiteman
Level 10
February 10, 2016

{{Trigger.Web Page}}

This is confusing because when you constrain the form fillout, you consult the Referrer.

February 10, 2016

Thanks!!!

Kenny_Elkington
Adobe Employee
Adobe Employee
February 10, 2016

Hey Justin,

{{trigger.Web Page}} will give you the page that it was filled out on.  You can see which tokens are available for which triggers here: https://docs.marketo.com/display/DOCS/Tokens+for+Interesting+Moments

February 10, 2016

Thanks, super helpful!