Formula to confirm if a field on a form is visible or hidden | Community
Skip to main content
MichaelSMN
Level 4
August 14, 2026
Question

Formula to confirm if a field on a form is visible or hidden

  • August 14, 2026
  • 0 replies
  • 4 views

Scenario:    We have a request form has several display logic fields such as if {Field 1} has a value of “A” selected then display {Field 2 } and have the user populate {Field 2}.  The display logic is much larger and more complex but the general idea where there is multiple fields impacted.

Our issue is that if someone copies a previous request or changes the response on field 1 in this use case, then field 2 still holds data.    This is an issue as we use calculated fields to help advanced logic and scoring based on field entries and these unexpected hidden values are causing issues with the output of the calculated field.  

Is there a way in a calculated field to have some display/visibility logic like ….&& {DE:field 1}.visible=true… or something like that?  Additionally, is there a way to simply have fields that are hidden cleared out upon submission?