Forums

PopPop
Triggering using other methods (2 posts)

  1. himynameisvan
    Member
    Posted 6 months ago #

    Great plugin! Just wondering if you could help me implement this to trigger alongside a form action? e.g. when the form is submitted, the popup is triggered?

    Thanks!

    http://wordpress.org/extend/plugins/poppop/

  2. shazdeh
    Member
    Plugin Author

    Posted 6 months ago #

    Add this script to the page:

    jQuery('#form').submit(function(){
        $('#popup').reveal();
    })

    replace the #form and #popup with the ID of corresponding elements.

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.