Hello,
I need to hide (not delete) a question from an already deployed survey.
Can you please guide me on the process.
Please advise,
Thank you.
Hello,
I need to hide (not delete) a question from an already deployed survey.
Can you please guide me on the process.
Please advise,
Thank you.
There are 3 options
Only the first option will allow to reference the item in the form.
And the option will influence the visibility on server level, e.g. in view modal or table or report.
Hi,
The easiest way to do this is just to add skip logic to the question that no one can fill. Like if you have any text question somewhere, connect it to it and put a specific word. So as long as someone enters that word, it will be hidden and you can take it back whenever you want to.
Or little bit harder way is you need to download the xls form and change the question type to hidden.
Attention: Skip (relevant = false) will delete any value on next save, incl. by modal edit/save on server level.
@mireillejazi, here is an example of using the hidden
question type:
You should be able to find more hidden examples here.
Likewise, here is an example of using the disabled
column header:
You should be able to find more discussions related to the disabled
column header here.