I'm having to manually handle pagination, how can I listen to the previous page event?
@kmvbatista There two events: survey.onCurrentPageChanging survey.onCurrentPageChanged. The are both have a boolean property "option.isPrevPage", it is true if end-user click on Previous button.
Thank you,
Andrew
Most helpful comment
@kmvbatista There two events: survey.onCurrentPageChanging survey.onCurrentPageChanged. The are both have a boolean property "option.isPrevPage", it is true if end-user click on Previous button.
Thank you,
Andrew