Remove system messages from the top of the survey | XM Community
Skip to main content

How can I remove the system message “You’ll advance to the next page after you complete each page”? 

Upon my search, previous threads say to change from using the “simple” layout, (which we’re not anyway) however using the new survey taking experience, changing the layout is not available. 

 

 

Hi

“Simple layout” is the old name for “New survey taking experience”. Older posts will refer to it, but it’s just branding.

You can add this to your custom CSS to hide the message:

#auto-advance-banner-container {
display: none;
}

 


This works! Thanks again


Leave a Reply