• KJ

    (@kjsampatyahoocom)


    Hey all.

    I am using a modal to display a custom thank you message and link. The modal is from the formstone.it framework and I can confirm it works on the page outside the form. However when I add the jquery call to CF7 additional settings nothing works.

    on_sent_ok: "jQuery(".boxer").boxer();"

    The content goes in a hidden div which I placed in CF7.

    [submit class:button class:boxer "Send"]
    <div id="hidden" class="boxer" style="display: none;">
        <div class="content">
              custom content blah blah
         </div>
     </div>

    Any advice would be great!

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Hey, maybe check your quotes. this is definitely possible.

    try something like..

    on_sent_ok: “jQuery(‘.boxer’).boxer();”

    instead

Viewing 1 replies (of 1 total)

The topic ‘Show modal on_sent_ok’ is closed to new replies.