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

Remove system messages from the top of the survey

  • September 15, 2025
  • 2 replies
  • 25 views

Forum|alt.badge.img+2

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. 

 

 

Best answer by vgayraud

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;
}

 

2 replies

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 550 replies
  • Answer
  • September 15, 2025

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;
}

 


Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • 13 replies
  • September 15, 2025

This works! Thanks again