Title: Triggering using other methods
Last modified: August 20, 2016

---

# Triggering using other methods

 *  [himynameisvan](https://wordpress.org/support/users/himynameisvan/)
 * (@himynameisvan)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/triggering-using-other-methods/)
 * 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/](http://wordpress.org/extend/plugins/poppop/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/triggering-using-other-methods/#post-3145863)
 * Add this script to the page:
 *     ```
       jQuery('#form').submit(function(){
           $('#popup').reveal();
       })
       ```
   
 * replace the #form and #popup with the ID of corresponding elements.

Viewing 1 replies (of 1 total)

The topic ‘Triggering using other methods’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/poppop.svg)
 * [PopPop](https://wordpress.org/plugins/poppop/)
 * [Support Threads](https://wordpress.org/support/plugin/poppop/)
 * [Active Topics](https://wordpress.org/support/plugin/poppop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/poppop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/poppop/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/triggering-using-other-methods/#post-3145863)
 * Status: not resolved