Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sure. Link Library actually supports the Contact Form 7 plugin, or you should be able to just code your own form in the content. Since the content is displayed in an iFrame, the submission process should normally work.

    Can you give me the address of a page where you are trying to display a form and get a success message so I can get an idea of what might going wrong. What address did you set as the form action?

    Hi Yannick,

    I the CF7 working within Modal Window.

    What I would like to do is to be able to close the Modal dialog upon submit. I believe it’s possible to do this with the form’s Additional Settings.

    In fact, I found some settings for another modal plugin (Fancy Box) like this:
    on_sent_ok: “$.fancybox.close();”

    but I wonder what would be the syntax to close the modal windows on your plugin.

    Thanks you!

    never mind…. i found the answer:

    on_sent_ok: modal_dialog_close();

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Glad you found a solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form inside Modal ?’ is closed to new replies.