Home › Forums › Quform WordPress › How to link popup form to image
Hello,
how can I link a popup form so when I click on a image it opens in lightbox? Additionally how can I link it to minti buttons? With QuForm V1 I had a code like this:
[minti_button link=”#form-12″ size=”large” color=”orange” icon=””]Beratung anfordern[/minti_button] [iphorm_popup id=12][/iphorm_popup] <script type=”text/javascript”> jQuery(function ($) { $(‘a[href=”#form-12″]’).click(function () { $(‘.iphorm-fancybox-link-12’).click(); return false; }); }); </script>
Best regards
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
It just worked perfect!!! Thank you