Title: Filter support?
Last modified: May 24, 2018

---

# Filter support?

 *  Resolved [lsilver](https://wordpress.org/support/users/lsilver/)
 * (@lsilver)
 * [8 years ago](https://wordpress.org/support/topic/filter-support-3/)
 * Does the plugin support Gravity Forms filters? specifically:
 * [https://docs.gravityforms.com/gform_addon_field_value/](https://docs.gravityforms.com/gform_addon_field_value/)
   
   [https://docs.gravityforms.com/gform_slug_field_value/](https://docs.gravityforms.com/gform_slug_field_value/)
 * I have a form with an optional email field. What I’m trying to do is fill in 
   that field with a distinct placeholder address (e.g. [firstnamelastname@noemailfirstnamelastname.com](https://wordpress.org/support/topic/filter-support-3/firstnamelastname@noemailfirstnamelastname.com?output_format=md)).
   That way when the form is sent to HubSpot it will create a contact record.
 * Gravity Forms suggests using one of those filters to accomplish this.

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

 *  Plugin Author [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * (@soben)
 * [8 years ago](https://wordpress.org/support/topic/filter-support-3/#post-10325074)
 * Hey [@lsilver](https://wordpress.org/support/users/lsilver/),
 * I’ll need to look into that need specifically, but we do use the standard Gravity
   Forms handling, so there’s no reason why those would not already work.
 * I had a higher focus this week to get the Conditionals out, so hopefully this
   does solve your needs.
 * I’ll keep this item open for next week and try to dig more. Thank you for your
   patience,
    -Chris.
 *  Thread Starter [lsilver](https://wordpress.org/support/users/lsilver/)
 * (@lsilver)
 * [8 years ago](https://wordpress.org/support/topic/filter-support-3/#post-10343903)
 * GF support gave me a snippet of code but of course I need to swap out gform_helpscout...
   with the appropriate slug for this plugin. Would you please share that with me.
 *     ```
       add_filter( 'gform_helpscout_field_value_10_3', function ( $value, $form, $entry, $field_id ) {
           if ( $field_value == '' ) {
               return 'your new value';
           }
           return $field_value;
       }, 10, 4 );
       ```
   
 *  Plugin Author [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * (@soben)
 * [8 years ago](https://wordpress.org/support/topic/filter-support-3/#post-10361998)
 * Hey lsilver,
 * The slug that I created for this plugin is “gravityforms-hubspot”
 * So you’d use `gform_gravityforms-hubspot_field_value_10_3` for instance.
 * Hope that helps.
 * And now I know something new about the feed hooks 🙂
    -Chris.

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

The topic ‘Filter support?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravityforms-hubspot_26e0df.svg)
 * [HubSpot for Gravity Forms](https://wordpress.org/plugins/gravityforms-hubspot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravityforms-hubspot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravityforms-hubspot/)
 * [Active Topics](https://wordpress.org/support/plugin/gravityforms-hubspot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravityforms-hubspot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravityforms-hubspot/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Chris Lagasse](https://wordpress.org/support/users/soben/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/filter-support-3/#post-10361998)
 * Status: resolved