Home › Forums › Quform WordPress › Add quform popup to nav
Can you please tell me how to add a Quform popup form to the navigation menu?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Ok great, thank you!
For some reason when I add that to our theme it then adds an additional button to the bottom of the page. So I had to comment out this part:
if (!class_exists(‘Quform’)) { return; }
echo do_shortcode(‘[quform_popup id="1"]‘);
And leave in only the <script> part:
<script> jQuery(function ($) { $(‘#menu-item-75’).on(‘click’, function () { $(‘.quform-popup-link-1’).trigger(‘click’); return false; }); }); </script>
Anyway by making that amendment now it is working for us.
Thank you