Skip to main content
Shannon_Ryan
Level 2
November 15, 2017
Question

Different form requirements for known vs unknown people?

  • November 15, 2017
  • 1 reply
  • 3691 views

I've been tasked with creating a form that will only ask for email and country- UNLESS the lead is known (aka in our database). If known, the form should require additional info (name, company, etc.). Is this even possible?

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

1 reply

SanfordWhiteman
Level 10
November 15, 2017

Let's be specific about "the lead is known." Do you mean

  • their tracked Munchkin session is already associated with a known lead in your database due to previous activity (earlier form fillout, clicked Marketo email)

or

  • their session is anonymous, but they begin to enter data that, if posted, would be merged with a known lead
Shannon_Ryan
Level 2
November 15, 2017

The second option, we would be looking for them to complete their existing profile.

SanfordWhiteman
Level 10
November 15, 2017

If their session is anonymous, you cannot know until they've filled out the form that they would be merged with an existing record.

Hence you have no idea, at the time they first see the form, how many fields to display.

Forms can switch fields depending on the characteristics of an existing associated session (hiding the form if the session is associated, for example, or displaying only empty fields). This is what Progressive Profiling and other features are all about. But it can't work when the server hasn't seen the person yet. Does this make sense?