Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey jctunstall,

    Basically, the issue is this: FormidableForms isn’t loading on the pages where the modals are not working: we have a similar documented case here.

    So you have forms in your modals, but the JS for that plug-in isn’t loading because the shortcode for your form is outside of the content area of your page, hence the JS error preventing the modal from showing up.

    GravityForms has the same exact issue, but the problem is solved because of:

    <?php
    gravity_form_enqueue_scripts($form_id, $is_ajax);
    ?>

    Read more about how they work it out https://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts.

    I’m having the Lead Dev look into this, it will require us to use their plug-in and dissect some code. We’ll have something in a few days.

    In the meantime, you can prevent this issue by just making sure you’re loading FormibaleForms where your using modals.

    This is not, however, an issue with our plug-in, just to be clear.

    Hope this helps!

    Thread Starter jctunstall

    (@jctunstall)

    Thanks so much!

    Much obliged ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modals work on some pages and not others’ is closed to new replies.