• Resolved nacionarte

    (@nacionarte)


    Hello,

    It is possible to display different forms in te same page?

    Im using easy-fancybox to display contact forms across my page like this:

    <a href="#contact_form_pop" class="fancybox">Contact Us</a>
    <div style="display:none" class="fancybox-hidden">
    <div id="contact_form_pop">
            [contact_form shortcode]</div>
    </div>

    The issue Im facing is that it is always displaying the same form, in pages where there are different forms, no matter the link you click on (obviously they have different shortcodes).

    What should i do to properly display different popup contact forms in the same page?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter nacionarte

    (@nacionarte)

    For those who may be interested:
    I solve the question just by giving unique IDs to each contact form.
    😉

Viewing 1 replies (of 1 total)
  • The topic ‘Several popup contact forms in the same page’ is closed to new replies.