How I can achieve Form Submission URL on Notification Alert Email | Community
Skip to main content
Ibrahim_Burhani
Level 2
December 23, 2019
Question

How I can achieve Form Submission URL on Notification Alert Email

  • December 23, 2019
  • 1 reply
  • 1949 views

Hi there,

I am trying to achieve form submission URL on my notification alert email, I have tried adding code on my Marketo form embed code, but still, I am unable to achieve this. can anyone help?

Here is snippet code I have added to achieve it, created the custom field as LastFormURL and type choose as String, also tried with creating FormURL as type URL, and added the field in the form as hidden field, and adding the token on my form notification email, but still I don't see the URL from which page a user submitted the form, please help me resolve this issue.

function(form)
{
form.addHiddenFields({ LastFormURL : document.location.href })
});

Here is the snippet code I added in my Marketo embed form.

Regards,

Ibrahim

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Ibrahim_Burhani
Level 2
December 23, 2019

I found the solution by adding a webpage trigger, thanks anyway