How to modify the header and footer for a specific question block within a survey. | XM Community
Skip to main content

I am trying to modify the header and footer for an optional block (demographic questions) within my survey. Is there a way to modify it just for that block? Every time I try it changes the header and footer for the whole survey. 

@aogbeide You can modify the header and footer with JavaScript. You could e.g., overwrite it in the addOnReady methods of the questions of the relevant block. In the questions before and after you would need to apply the original header. Might be that there is an easier option with CSS as well but it depends on what exactly you want to adjust. A third option is to work with embedded data and piped text, see here.


Leave a Reply