SOLVED

How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Go to solution
Anonymous
Not applicable

How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

I have created a form in Marketo and have embedded it on a page on our website. It is being called via javascript as a lightbox.  How do I set up a notification when a user fills out the form. I'd like for it to go to a specified email address. How would I go about doing this? Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
Devraj_Grewal
Level 10 - Champion Alumni

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Tom,

You can set up a smart campaign with an alert. You will create an email with the fields necessary and choose that email as the alert email.

Smart list:

Fills out form: (choose form)

constraint: web page: (choose website web page)

Flow:

Send alert: To: None

To other emails: (choose which emails)

View solution in original post

8 REPLIES 8
Devraj_Grewal
Level 10 - Champion Alumni

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Tom,

You can set up a smart campaign with an alert. You will create an email with the fields necessary and choose that email as the alert email.

Smart list:

Fills out form: (choose form)

constraint: web page: (choose website web page)

Flow:

Send alert: To: None

To other emails: (choose which emails)

Anonymous
Not applicable

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

You can do this by selecting the form in your Smart List.  You need the name of that form and you select it.

pastedImage_3.png

Then you need to build an email alert so for your Flow you select that email and then you type the email address of the person who would be receiving that email alert.  Easy!

pastedImage_0.png

Birbal_Negi1
Level 2

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Hi Karina,

Is it also possible to set-up internal notification in cases where leads are already cookied and content gets flipped the moment they click on a registration page? So they don't need to fill-out and submit the form again. This is nothing but enhanced UX through web personalization.

Many thanks!

Regards,

Birbal

SanfordWhiteman
Level 10 - Community Moderator

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

When you use Known Visitor HTML and they click the standalone Download button, that's still a Filled Out Form.

If you provide only a link, that's a Clicked Link.

It's tracked either way.

Birbal_Negi1
Level 2

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Hi Sanford,

The question here is whether we can set-up internal notification if a cookied lead interact with the form? Since lead is already cookied though it will come to the registration page but content will be flipped without even hitting the submit button within a few seconds. I know we can trigger notification with fill-out form trigger, but not quite sure whether if it is possible in this scenario.

Regards,

Birbal 

SanfordWhiteman
Level 10 - Community Moderator

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

... notification if a cookied lead interact with the form?

Sounds like you mean "does not interact" if you're doing a document.location-based redirect.

If you're using a document.location redirect (I assume that's what you mean, but you should be explicit about what you mean by "flipped") you would need to fire a Munchkin event, then pause an adequate amount of time before redirecting to the binary downloadable.

I recommend using the method here: http://blog.teknkl.com/stop-using-direct-download-links-unless-you-like-losing-tracking/

Anonymous
Not applicable

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Thank you, I'm going to give this a try today!

Anonymous
Not applicable

Re: How do I set up a notification that a user has filled out a form embeded on a non-marketo webpage?

Thank you everyone, I was able to create alerts in Smart Lists.