SOLVED

Landing Page - Form Already Submitted.

Go to solution
Caryl_Mostacho
Level 7 - Champion Alumni

Landing Page - Form Already Submitted.

Is there a way to redirect a person to a "Thank you for submitting your form" page if they have already filled something out? 

Step 1 send email with button to the landing page
Step 2 Person fills out form on landing page and hits submit

if person goes back to email and clicks the button to go to the landing page.. .that there is a redirect either to another landing page ... "you have already submitted your form"' 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Landing Page - Form Already Submitted.

I can only think of a way that would require some javascript on the landingpage.

Hidden field on the form.
Trigger Campaign sets a value in that field after a form is first submitted.
Then some javascript checks to see if there is a value in the field.
If there is redirect the papge or display a different message.

If you were planning to roll this out to all landing pages you might neeed to create a lot of custom fields for the check.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Landing Page - Form Already Submitted.

I can only think of a way that would require some javascript on the landingpage.

Hidden field on the form.
Trigger Campaign sets a value in that field after a form is first submitted.
Then some javascript checks to see if there is a value in the field.
If there is redirect the papge or display a different message.

If you were planning to roll this out to all landing pages you might neeed to create a lot of custom fields for the check.
Caryl_Mostacho
Level 7 - Champion Alumni

Re: Landing Page - Form Already Submitted.

There isn't a way to do a redirect within marketo? 
Anonymous
Not applicable

Re: Landing Page - Form Already Submitted.

I have the same problem. I need to do the exactly the same thing. If person tries to access the landing page with the form they already sumbitted we want to send them to the Thank you page.
Please let me know if you have solution for this in Marketo?