Title: Specific form filter entries
Last modified: August 30, 2016

---

# Specific form filter entries

 *  Resolved [IOSIOS](https://wordpress.org/support/users/iosios/)
 * (@iosios)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/specific-form-filter-entries/)
 * How can i make the entries filter work on specific form id?
    It seems that now
   is working to all forms
 * Excellent plugin. thanks
 * [https://wordpress.org/plugins/gravity-forms-sticky-list/](https://wordpress.org/plugins/gravity-forms-sticky-list/)

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

 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/specific-form-filter-entries/#post-6280361)
 * Hmm. Interesting question. I should maybe expand the filter_entries filter to
   also pass the $form object so that it can be used for conditional operators….
 *  [Palpatine1976](https://wordpress.org/support/users/palpatine1976/)
 * (@palpatine1976)
 * [11 years ago](https://wordpress.org/support/topic/specific-form-filter-entries/#post-6280408)
 * Each submission in the array sent to the filter contains a value for “form_id”(
   meaning the GF that the submission was made from)
 * So you can just compare $entries[‘form_id’] to your desired GF ID in your foreach()
   loop – just remember to cast this form_id value to an integer (using +0) if you
   are using the loose comparison operator ==
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years ago](https://wordpress.org/support/topic/specific-form-filter-entries/#post-6280410)
 * Thank you Sith Lord Goz (awesome name!), that is correct. All entries contain
   the form ID.

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

The topic ‘Specific form filter entries’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravity-forms-sticky-list_9b65b3.
   svg)
 * [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-sticky-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-sticky-list/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-sticky-list/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/specific-form-filter-entries/#post-6280410)
 * Status: resolved