Home › Forums › Quform WordPress › link to button not working
Hi I have 2 different forms and have used below codes but both buttons show the same form. What i am doing wrong?
button 1:
[button text="Afspraak maken?" title="Afspraak maken?" url="#form" style="light" align="left" target="_blank"] [iphorm_popup id=1][/iphorm_popup]
//
button 2:
[button text="Aanvragen?" title="Servicepas aanvragen?" url="#form" style="light" align="left" target="_blank"] [iphorm_popup id=2][/iphorm_popup]
thanks
…….// ……..
both have the above script (without dots)
<script type="text/javascript">// <![CDATA[ jQuery(document).ready(function ($) { $('a[href="#form"]').click(function () { $('.iphorm-fancybox-link').click(); return false; }); }); // ]]></script>
hope now it will work
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
it works now thanks