0

how to display field if?

I have a choice field called "client type" with values "individual" and "corporation"

If "individual" choice is selected, the display fields "first name" & "last name", else hide

If "corporation" choice is selected, then display "corporation name", else hide

1 reply

null
    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Set corporate name field "Display field only, if" property to:
    text('client type') = "corporation"

    Set first name field and last name field "Display field only, if" property to:
    text('client type') = "individual"

Content aside

  • 3 yrs agoLast active
  • 1Replies
  • 464Views