Home › Forums › Quform PHP › Quform in a popup (lightbox) – Step 6.
Add this code to js/scripts.js inside the document.ready() function (on line 3 for example):
I don’t understand exactly where to put this JavaScript.
Is the following correct?
1 jQuery(document).ready(function($) { 2 $('form.quform').Quform(); 3 4 $("#show-quform").colorbox({ 5 inline: true, 6 href: '.quform-outer' 7 });
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.