Home › Forums › Quform PHP › Multiple instances of same form in one page
Hello, i’ve got an issue: In one page of the website i’m creating i need multiple calls to the same form in the modal way (popup).
I have set the links in this way <a id=”show-quform” href=”#”></a>
the same for three times across the web page, the result is that only the first works.
I understand that may be a problem with javascript with multiple instances of the same form (in script.js).
script.js
How can i solve this problem?
Thank you so much 🙂
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Hi Ally,
I am having trouble getting my form to pop-up got to the installation part where to insert code into scripts.js
jQuery(document).ready(function($) { $(“#show-quform”).colorbox({ inline: true, href: ‘.quform-outer’ });
No form is popping up, page is just shifting to the top of screen.
My page: http://www.klinehimalaya.com/contact.php
Hope you have some insight.
Paul.