• Can I use a shortcode in the modal window like this?
    [modalplate_trigger]Example Button[/modalplate_trigger]
    [modalplate title=”Free initial consultation”]<h2 class=”landing-page-sidebar”>Request a free initial consultation</h2>
    Complete this form and we will contact you to schedule a free consultation.
    [contact-form-7 id=”1976″ title=”Contact Form Landing Page”][/modalplate]

    When I test it, I just see the contact form 7 shortcode.

    https://www.ads-software.com/plugins/wp-modalplate/

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

    (@mleir)

    FYI: I added

    $content = do_shortcode($content);

    to line 6 of wp-modalplate/methods/shortcode.php

    and now my contact form shows in the modal window.

    Might be a nice addition to your next update??

    Thanks for a great super simple plugin!!

Viewing 1 replies (of 1 total)
  • The topic ‘Using Shortcodes’ is closed to new replies.