Hide a TOC block with Loop&Merge | XM Community
Skip to main content

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?

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