Click on certain link / button in Widget
-
I have a link in a widget which I want to trigger my popup.
I’ve tried:
<a id="blog-popup-btn" class="button small" href="[supsystic-show-popup id=100]">Click here to find out</a>
404 error (thinks it’s a page)<a id="blog-popup-btn" class="button small" [supsystic-show-popup id=100]>Click here to find out</a>
nothing<a id="blog-popup-btn" class="button small" onclick="ppsShowPopup(100); return false;"> Click here to find out</a>
Uncaught ReferenceError: ppsShowPopup is not defined
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Click on certain link / button in Widget’ is closed to new replies.