Add back button on top left of the survey | XM Community
Skip to main content
Solved

Add back button on top left of the survey

  • March 26, 2021
  • 2 replies
  • 68 views

Forum|alt.badge.img+1

I would need the back button to appear on the top left of the page instead of the bottom left. I have found one of the posts where you can clone the buttons, but the problem with it is that we still have a back button at the bottom which is not what my client is looking for.




Best answer by MohammedAli_Rajapkar

HI...
Instead of cloning, i recommend move the same back button after the language selected div.
you can use below jQuery
jQuery("#PreviousButton").insertAfter(".LanguageSelectorContainer")

2 replies

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+20

HI...
Instead of cloning, i recommend move the same back button after the language selected div.
you can use below jQuery
jQuery("#PreviousButton").insertAfter(".LanguageSelectorContainer")


Forum|alt.badge.img+1
  • Author
  • March 26, 2021