Capturing use of the "back" button | XM Community
Skip to main content
Is there a way to use Java script to record in the dataset whether the respondent hit the "back" button on any given page?
Use Qualtrics.SurveyEngine.addOnPageSubmit(function(button) {...



The value of button will be "prev" (or "previous" - I don't remember) if the PreviousButton is clicked. Then you can save something to an embedded data field to record it.

Leave a Reply