Reverse Progressive Profiling | Community
Skip to main content
Nick_Nappo
Level 4
January 9, 2020
Question

Reverse Progressive Profiling

  • January 9, 2020
  • 1 reply
  • 3103 views

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!

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

1 reply

Jay_Jiang
Level 10
January 9, 2020

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

Nick_Nappo
Level 4
January 9, 2020

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

Jay_Jiang
Level 10
January 10, 2020

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