Forum Replies Created

Viewing 15 replies - 16 through 30 (of 201 total)
  • Plugin Author Chris Lagasse

    (@soben)

    Glad to help Aaron!

    Thanks for using our plugin, and for the review 🙂

    Plugin Author Chris Lagasse

    (@soben)

    Glad it works! I’ll have to install that plugin and see if I can replicate 🙂

    Plugin Author Chris Lagasse

    (@soben)

    Hey ABarBot,

    Still haven’t had any confirmation of this, beyond the one instance I encountered it on one client…

    Have you enabled Logging and GF_HUBSPOT_DEBUG, and tried authenticating while it’s enabled? I wonder if there will be anything in the log.

    If you add define('GF_HUBSPOT_DEBUG', true); to your wp-config.php or functions.php of your theme, and then try to authenticate, check the error logs found in wp-content/uploads/gf-hubspot.log

    Let me know what you find, if anything?

    Plugin Author Chris Lagasse

    (@soben)

    4.0.1 was released and adds two new action hooks

    gf_hubspot_process_success upon successful submission, and gf_hubspot_process_failure upon failed submission.

    Plugin Author Chris Lagasse

    (@soben)

    Hey there David,

    I’ll take a look at this today while I resolve another issue. The problem here is that HubSpot does not consider these “fields” as they’re additional. I’ll see if I have access to them in order to provide them as a relationship for mapping.

    Plugin Author Chris Lagasse

    (@soben)

    Haha maaaan, an “unknown error” HELPFUL HELPFUL.

    As for the “Bad request” part of it… a little more helpful. This is the response that came from HubSpot itself when I tried to submit the data.

    For the sake of it, have you tried rebuilding the feed? Remove the feed from the form, and go to your wp-content/gf-hubspot folder and delete the cached data there, and rebuild the form.

    If that still happens, send me a message at help@bigsea.co with potentially some access (I can’t see the link you provided me before because it’s a preview, which means I need account access).

    -Chris.

    Plugin Author Chris Lagasse

    (@soben)

    Looking a little more, and the next 3 fields in this screenshot are the individual Gravity Forms checkboxes out of the “Multiple Checkboxes” field, for selection for mapping: https://cl.ly/1V392l3C0v1D

    However, it should be noted that if they’re not checked, no value is sent (vs having a yes value AND a no value)… and some parts of HubSpot are picky about this.

    Hope this helps, too.

    Plugin Author Chris Lagasse

    (@soben)

    Hey kkej,

    Can you please clarify? You can select a checkbox, but yes, at this time you don’t have the ability to select the individual properties. Currently our fields are very much One-to-One relationships and don’t have much in the way of dynamic usages.

    Multiple Checkboxes: https://cl.ly/3Q2m0H3q2s1x

    However, if you have a developer on hand, we do have some hooks in the code that you can utilize during submission.

    After we collect all of the data, we offer you the ability to manipulate it as you see fit:

    apply_filters( 'gf_hubspot_data_outgoing', $data_to_hubspot, $form, $feed );

    I do want to add a few more filters over the coming months for manipulation with a scalpel instead of a bludgeon, but it’d still be a programmatic-based solution for the time being.

    Plugin Author Chris Lagasse

    (@soben)

    Hey ABarBot,

    I noticed something similar just yesterday. I had to do the authentication a couple times in order to get it to “take”…

    I will try to spend some time today working to replicate and get back to you if I find anything useful.

    -Chris.

    Plugin Author Chris Lagasse

    (@soben)

    Hey JD,

    This commonly has to do with HubSpot rejecting the form, and you can find more information in our logging.

    We have two separate logging methods, but they should both report the same thing.

    1) Go to WP Admin > Forms > Settings and enable Logging… log will show up in the “Logging” tab of the Settings for Gravity Forms.

    2) include define('GF_HUBSPOT_DEBUG', true); in either your functions.php or wp-config.php … the log here will show up in wp-content/uploads/

    Set one or both of those logging methods above, and do another form submission and take a look at the log for me, please, to let me know what HubSpot returns.

    Secondly, I’ve never been able to determine why the zero submittals happens, and it doesn’t happen for every user, but if you click the “0” under submittals when viewing the form sometimes you still do see a submission listed.

    Keep me updated!

    Plugin Author Chris Lagasse

    (@soben)

    Hey Steve,

    I wasn’t entirely familiar with the solution using “filters”, so I had to ask my coworker who’s responsible for marketing for a lot of our clients.

    We use a lot of Lists and Workflows that are dependent on fields that come through the forms. She suggested that you make a second list for those who decline the subscription, and when you send an email to take the list of people who said yes, and strip out the ones who said no, before sending.

    It’s not perfect. I will still see if there’s any way to tap into subscriptions in a more meaningful way… but subscriptions aren’t the target of this plugin, so it’ll require some thought and planning.

    -Chris.

    Plugin Author Chris Lagasse

    (@soben)

    I’m not sure. If you could give it a try and let us know, I would appreciate the info!

    I’ll add this to my list of things to test for coming up, to see if I can get a more solid answer for you.

    Plugin Author Chris Lagasse

    (@soben)

    Steve,

    We automatically subscribe users via filters for when the HubSpot form is filled in, even if it comes from Gravity Forms…

    I can look into adding this feature in the future, but I’m feeling like, based on our experience with using this plugin on dozens of sites, that this can be handled entirely, successfully, from HubSpot.

    Plugin Author Chris Lagasse

    (@soben)

    Hey mwhelan,

    Have you tested this with the form? Does HubSpot prevent it when you submit? I would think that HubSpot itself would send back a failure, which would get reported in the log.

    HubSpot already rejects forms that you have required fields on that aren’t filled in… so I would think that they would automatically reject the form too.

    As for handling it on my end, that is an interesting feature request, and I’ll add it to my list of things to look into adding.

    Plugin Author Chris Lagasse

    (@soben)

    HTTPS is a requirement, and there should be notices on the site throughout when you’re trying to connect to HubSpot via our plugin on a non-secured website… we also enforce SSL on all calls to HubSpot…

    We definitely could use more information, but signs point to having your site on non-https… which isn’t allowed from the HubSpot API.

Viewing 15 replies - 16 through 30 (of 201 total)