SOLVED

Progressive Profiling - Which fields on a submission?

Go to solution
Ron_Olech
Level 2

Progressive Profiling - Which fields on a submission?

We are consolidating and standardizing our forms with progressive profiling.  However, different contacts have different fields already filled in.  Some of those fields are time-sensitive.  We use a flow to save the date in another field.  This works fine when we know which form that field appears.  Is there a way I can tell when a particular field is served up to a contact on a form?

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Progressive Profiling - Which fields on a submission?

Is there a way I can tell when a particular field is served up to a contact on a form?


Good question.

 

The short answer is No, out-of-the-box you can't tell whether somebody saw a field on their side (except for manually checking the Activity Log detail, but that isn't consulted in Smart Campaigns).

 

For this reason and others, I like to include the entire form payload in its own (Textarea) field, giving a snapshot of the Filled Out Form activity as a whole. As shown here: https://codepen.io/figureone/pen/YzzjGoe

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Progressive Profiling - Which fields on a submission?

Is there a way I can tell when a particular field is served up to a contact on a form?


Good question.

 

The short answer is No, out-of-the-box you can't tell whether somebody saw a field on their side (except for manually checking the Activity Log detail, but that isn't consulted in Smart Campaigns).

 

For this reason and others, I like to include the entire form payload in its own (Textarea) field, giving a snapshot of the Filled Out Form activity as a whole. As shown here: https://codepen.io/figureone/pen/YzzjGoe