Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is this the best way to customize the follow-up page for a person filling out the form who has a known email address? e.g. If email address is x@y.com . y@z.com then I would want them to be getting a follow-up page message that said "Hey, your registration is confirmed", if it were anything else ...
Thanks, Sanford. I'm not sure if that's the best fit but I'll try testingthat out this evening. I think the challenge with that solution is thatit's probably more work for what I think would be the same result as justtagging known leads with a boolean value to determine which follow-up pageto show. ...
The challenge was I was seeing it fail for users who are already in thatsegment and exist in the db. (E.g. if Nav registers with the same emailaddress that's already in the database and part of a segment the follow-upurl I would expect the snippet there to reflect that.) What I was findingis that it...
Thank youOn Mon, Mar 26, 2018, 10:51 AM Sanford Whiteman
I think this is what I found from your posts. Sounds like I can use this with some minor modifications.MktoForms2 :: send form twice w/diff data - JSFiddle
Not sure I follow. The segment is custom to this page it's to validate who's on an approved list. I could also just do that by setting a value on the known leads and that might be the simplest method. The one thing I wouldn't be able to account for if I do it this way is for new leads created by dif...
I think you're right Sanford. It could be the same form submitted twice with inverted values. The form asks basic business card details from the Registrant, then a Yes/No to see if they are bringing a guest. Then (using visibility rules of the Bringing a guest question) ask for business card detail...
This is what I had heard back from Marketo support -"Unfortunately my Subject Matter Expert has informed me that this is expected Behavior of the follow uppage because it is loaded on the form submission quicker that the data is written in order to load the content to the snippet. A way to work arou...
Hey,I was working with Marketo support on an interesting example where our snippets were not loading correctly on form submission until after refreshing the page. I was wondering if anyone else ran into this (tested this against existing leads in the db where they were part of a segment already) The...
One use case is if someone is registering a guest we would want to track and count that in the campaign summary view and the best way to do that would be if that person was coming in as a registrant as well. If I don't submit them through as a new record there's a risk that someone may try to regist...