Yep! It shows now! I went ahead and tested it myself now and it did work this time. Not sure what’s changed, I didn’t do anything…
I will have to check the button’s CSS selector though, as it triggers on the wrong button.
Another thing I am curious about it, why it does not trigger if the button is clicked multiple times in the same session. Refreshing the page it does.
Also, is there no a way to see the clicks per user?
Thank you so much!
Hi Hessel,
Thanks so much for your prompt response. Unfortunately, neither of the suggestions worked.
Using just ‘.p3d-btn-primary’ didn’t work. And adding a class using jQuery like follows:
jQuery(document).ready(function(){
jQuery('.p3d-btn.p3d-btn-primary:nth-child(2)').addClass('next-button');
});
And then using “next-button” class in Burst also did not work.