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

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.




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")


Thank you MohammedAli_Rajapkar


Leave a Reply