Hi all,
I am using the following CSS 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.
Can this be fixed? Thanks in advance!
Page 1 / 1
Hi there,
Not sure how long your survey is, but this can be solved by removing the CSS.
Then, within the HTML View for each survey question, you can put
a line or 2 above where your survey question text is. This will insert a header row/separator.
The separators will only display if the Question does, so you should be all set.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.