Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chris Lagasse

    (@soben)

    Hey @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

    (@lsilver)

    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

    (@soben)

    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.