• Resolved tenny1987

    (@tenny1987)


    Hi guys,

    I’ve recently installed this plugin and have successfully setup it up, but when I submit the form I’ve set up the entry doesn’t automatically send to salesforce.

    In the notes section of the new entry I don’t see any success or failure message – I can click the “Send to salesforce” button which will then successfully send the entry – but I won’t happen automatically when I submit the form.

    Is there a setting I’m missing?

    Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tenny1987

    (@tenny1987)

    Started to figure this out, I’m doing some custom coding in the background of gravity forms. I’m adding redirect code in an action after submission…

    add_action(‘gform_after_submission’,’create_form_entry_link’, 10, 2);

    I think this is redirecting before it has a chance to send it to salesforce.

    Will update again soon.

    Thread Starter tenny1987

    (@tenny1987)

    Changed gform_after_submission to gform_post_submission.

    Fixed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Automatic export not working’ is closed to new replies.