Start tour manually with code
You can also start the tour manually using code. For example, if you want to create your own custom logic or custom button. Just overall this will enable you to create totally customized logic and solution, and further expands the possibilities of Produktly.
The function you have to call is window.Produktly.startTour({tourId: tourId})
, where tourId
is the produktly id of the tour you want to start. You can find the tour id from the product tours page.
You can start every tour like this, but if you want to start the tour only manually, you should change the Tour start
in tour settings equal to Start tour manually
.