Hide a TOC block with Loop&Merge | XM Community
Question

Hide a TOC block with Loop&Merge

  • 19 May 2022
  • 1 reply
  • 7 views

Userlevel 3
Badge +6

I am hiding some blocks in our survey with the following code placed in the survey header:
jQuery("#FL_55").hide();
But blocks with Loop&Merge do not hide with this code. Is there a solution for that?


1 reply

Userlevel 6
Badge +27

The code does work for Loop&Merge blocks as well, please double check the block id. If you have duplicated the blocks in the survey flow then we need to write the script for each block as they have different block id.

Leave a Reply