Hide unused columns

  • 15 November 2018
  • 2 replies
  • 4 views

Badge +1

I needed help to hide the unused columns after a form has been submitted. For example, if there is a choice field with Option1, Option2, Option3 and the user has selected Option2 filled up the form. When I view the form, I should(do not) want to see blank Option1 and Option3 fields. Can someone help me please, appreciate in advance.


2 replies

Userlevel 1
Badge +5

Hi,

You can add rules :
- Select your controls that will be hidden
- click "Add rule"
- Set the condition for your base control: Not (YourControl)
- Check Hide


Hope this can help you


Regards,
Reva Eka Patria

Badge +1

Hi,  thanks for replying. My concern is after the form is built,  the hidden fields show up after it has been submitted. When i export the data to an excel,  i dont want the columns that the user has not filled up. I want to see the fields that the user has submitted.

Reply