Re: Reverse Progressive Profiling

Nick_Nappo
Level 4

Reverse Progressive Profiling

Hello, hivemind!

Has anyone had experience with reverse progressive profiling?  As in, taking fields away from a form the more a user visits it?  I'm wondering how to accomplish that.

Thanks!

3 REPLIES 3
Jay_Jiang
Level 10

Re: Reverse Progressive Profiling

you mean like visibility rules? hide if field is not empty?

Nick_Nappo
Level 4

Re: Reverse Progressive Profiling

Yes. Hiding a field if a lead already has a particular value populated.

Jay_Jiang
Level 10

Re: Reverse Progressive Profiling

Using progressive profiling with blank fields set higher than the number of actual fields in your form does exactly that. However, progressive profiling has trouble understanding null and false when it comes to a checkbox, so unchecked checkboxes will always show in progressive profiling

Another option which overcomes to checkbox issue, but more troublesome, is to use visibility rules on a field itself with a workaround. You need to create "proxy" fields that mirror the value of a field for each one. Now you can run visibility rules to hide the field itself based on the value of the proxy field