Title: [Feature Request] Custom Field Filter
Last modified: March 13, 2019

---

# [Feature Request] Custom Field Filter

 *  Resolved [Paul Kevin](https://wordpress.org/support/users/rixeo/)
 * (@rixeo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/)
 * Hey there,
 * I noticed there exists a filter in the class `Forminator_Fields` called `forminator_fields`.
   This is fired too early and adding your own custom field will not get included
   in the field list. I noticed that adding the filter in the function `forminator_get_fields()`
   such that it looks like :
 *     ```
       function forminator_get_fields() {
       	$forminator = Forminator_Core::get_instance();
   
       	return apply_filters( 'forminator_fields', $forminator->fields );
       }
       ```
   
 * Makes the plugin more extendable and allows for addition of custom fields. Please
   consider this in the next release as I am trying to add more custom fields as
   an extension 🙂
 * Warm Regards
    Paul Kevin

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

 *  Thread Starter [Paul Kevin](https://wordpress.org/support/users/rixeo/)
 * (@rixeo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11307584)
 * This is what I have managed to accomplish with the change [https://ibb.co/L8Lfgj1](https://ibb.co/L8Lfgj1)
   So it will be a big help 🙂
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11313537)
 * Hey Paul 🙂
 * Thanks for the suggestion, I’ve passed it over for devs to check it out in more
   depth.
 * Cheers,
    Predrag
 *  Thread Starter [Paul Kevin](https://wordpress.org/support/users/rixeo/)
 * (@rixeo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11313559)
 * Hey Predrag,
 * Thanks 🙂
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11316449)
 * Tasked it up and it’s on to-do list 😉
 * Thanks again!
 * Cheers,
    Predrag
 *  Thread Starter [Paul Kevin](https://wordpress.org/support/users/rixeo/)
 * (@rixeo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11316451)
 * Hey Predrag,
 * Thanks 😀 I will keep an eye out for it
 * Cheers
    Paul Kevin
 *  Thread Starter [Paul Kevin](https://wordpress.org/support/users/rixeo/)
 * (@rixeo)
 * [7 years ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11504020)
 * Hi,
 * Hope you re well today. I haven’t seen any changes on this and it’s been almost
   a month. The change should take about 2 minutes to make and shouldn’t break anything.
   You are really pushing me to use other form plugins at this rate.
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [7 years ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11522217)
 * Hi [@rixeo](https://wordpress.org/support/users/rixeo/) ,
 * Sorry for the delay, I’m checking with devs what is status of the task. We’ll
   keep you updated.
 * kind regards,
    Kasia

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

The topic ‘[Feature Request] Custom Field Filter’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)

 * 7 replies
 * 3 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/feature-request-custom-field-filter/#post-11522217)
 * Status: resolved