Home › Forums › Quform WordPress › Link popup to button shortcode
Hello,
I am using this code in my HTML to link popup to a button shortcode:
[button link="#form"]Click me[/button] [iphorm_popup id=1][/iphorm_popup]
jQuery(document).ready(function ($) { $(‘a[href=”#form”]’).click(function () { $(‘.iphorm-fancybox-link’).click(); return false; }); });
I’ve tried several different configurations, but when ever I click the button on my page, it just redirects back to the same page.
Here is an example:
http://www.aaalavo.com/artists/aaron-brotherton/
The button Click Me just redirects. What am I missing?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.