Title: Close form when click outside
Last modified: August 30, 2016

---

# Close form when click outside

 *  Resolved [bjs-it](https://wordpress.org/support/users/bjs-it/)
 * (@bjs-it)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/close-form-when-click-outside/)
 * Hello,
 * I love this plugin but need to be able to have it close when i click outside 
   the form. Not just close by clicking the toggler again.
 * Please help so that i can continue to use this.
 * Thank you
 * [https://wordpress.org/plugins/pwebcontact/](https://wordpress.org/plugins/pwebcontact/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Gator Forms Support](https://wordpress.org/support/users/perfect-web-support/)
 * (@perfect-web-support)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/close-form-when-click-outside/#post-6808563)
 * Hello,
 * with Lightbox effects the form is closed automatically when clicking on modal
   background, so I guess you want closing when the form is in Slidebox mode. To
   do so, please insert the following code to _Location & Effects > Before opening
   > Advanced > JavaScript on open event_:
 * `jQuery("body > *").not("body > #pwebcontact?").click(function() {pwebContact?.
   toggleForm(0)});`
 * replace **?** with your form ID number, so for example for form with ID = 1:
 * `jQuery("body > *").not("body > #pwebcontact1").click(function() {pwebContact1.
   toggleForm(0)});`
 * Best regards
 *  Thread Starter [bjs-it](https://wordpress.org/support/users/bjs-it/)
 * (@bjs-it)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/close-form-when-click-outside/#post-6808696)
 * Perfect,
 * Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Close form when click outside’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pwebcontact_d0e7f0.svg)
 * [Gator Forms: the WordPress Contact Form with bite!](https://wordpress.org/plugins/pwebcontact/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pwebcontact/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pwebcontact/)
 * [Active Topics](https://wordpress.org/support/plugin/pwebcontact/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pwebcontact/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pwebcontact/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bjs-it](https://wordpress.org/support/users/bjs-it/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/close-form-when-click-outside/#post-6808696)
 * Status: resolved