Question Separators with In-Page Display logic | XM Community
Skip to main content

Hi all,
I am using the following code for question separators in my survey:
.Skin .Separator {
  height: 2px;
  background: black;
  display:block!important;
  opacity: 0.08;
}  
But whenever I use in-page display logic, the question separators for each "hidden" segment still appear in the survey.
image.pngCan this be fixed? Thanks in advance!

Hi there, that code looks like it works well for surveys that do not have a lot of in-page display logic. For this survey, you can include question separators by adding header rows


to the Question Text of any question that uses in-page display logic. Try adding the below to the Question Text of a question hidden with in-page display logic using the Rich Content Editor's HTML/Source view "<>":



Click to write the question text
InpageSeparator.png


Leave a Reply