Skip to content

Anonymous

My feedback

1 result found

  1. 46 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    9 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Anonymous commented  · 

    Hi Kevin,
    Was the conditional logic executed as proposed?
    https://approveme.uservoice.com/forums/243780-general/suggestions/7171536-conditional-logic#{toggle_previous_statuses}

    Can the scipt bellow solve the problem?
    Ehud

    Bryan commented · January 16, 2016 20:19
    Hey guys you can EASILY add conditional logic to the WP E-Sign Feed in the Gravity Forms Setting by adding the following array in the Wp E-Signature settings array in public function feed_settings_fields() (line 26) in the file gravity-signature-forms-add-on > admin > esig-gravity-addon.php

    array(
    'type' => 'feed_condition',
    'name' => 'sample_condition',
    'label' => 'Feed Condition',
    )

    more info is found here in the gravity forms help docs
    https://www.gravityhelp.com/documentation/article/gffeedaddon/

Feedback and Knowledge Base