Chris Lagasse
Forum Replies Created
-
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Authenticate with HubSpot resetsThis has been completely resolved as of v2.0, fyi 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] GETTING SSL ERROR WHEN SUBMITTING FORMI guess it’s time for my bi-monthly request for the solution to your problem, so I can make sure to prevent it in the future.
I THINK I might’ve found a solution to it, but I wanted to confirm with you, nick, before moving forward with it.
Thanks 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Set lifecycle as subscriberGlasgoweb,
I just released a brand new version of the plugin. Unfortunately I have not implemented your feature the way you described it. What you’re hoping for isn’t a setting I can carry over to the form, according to their API: http://developers.hubspot.com/docs/methods/forms/submit_form
However, as I dug a little deeper, it appears you can do this. It can look a little convoluted, however.
What you need to do is go to your HubSpot form… add the “Lifecycle Stage” field to your form.
After adding it, in Gravity Forms, it depends on what your’e trying to do. My impression is that you are trying to mark everyone that submits a particular form ahead in the life cycle… If that is the case, then I would suggest that you make a hidden field in Gravity Forms, and supply it with the value “lead” (or whatever stage you want them to be in… the “value” of the field) in the “default value” section under “advanced” for that field.
If you click the edit button for the “Life Cycle” field in HubSpot, you can see what the options are (basically, it’s a lowercase, no spaces version of the lifecycle step name)
And then when you go to your HubSpot settings in WP Admin for the form in question, and connect the two form fields together.
I just did a test with this with the “Evangelist” lifecycle (to make it extremely obvious that this functionality is working), and it worked great.
Let me know if you have any other questions 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Set lifecycle as subscriberYes, currently the only fields that we send to HubSpot are actual text/dropdown/checkbox fields to a one-to-one relationship between the forms.
None of the extra fields like “lifecycle” are currently checked for or applied. I will look into adding this feature at a later date.
My plugin doesn’t specify if they’re a “lead” or not, and that is being handled automatically on HubSpot’s side of things.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] GETTING SSL ERROR WHEN SUBMITTING FORMNick,
I hope you’ll get a moment to reveal to us the solution, so we can be sure we compensate for it in later versions of our plugin 🙂
Also, it appears selwall could use the solution as well 🙂
Thanks,
-Chris.Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Cant Delete ConnectionsMeant to mark this as resolved 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Cant Delete ConnectionsHey Dan,
Fixed this bug and it’s released in version 1.6.2 🙂
Probably way late on this one… But I do have support for multiple checkboxes now…
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] PHP warnings (patch attached)Hey Anu!
Thanks a lot for bringing those two issues to my attention. I have them in a new fix with a couple other small bugs I had noticed recently. I’ll get those pushed up shortly 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] oAuth working but API not sending dataThe error would probably be coming from the /library/hubspot/class.forms.php file, particularly around line 40
catch(HubSpot_Exception $e){ print_r("Unable to submit form: ".$e); }Make sure your PHP errors are being printed out. I’ll try to do some more extensive testing on this, but I have not had any issues with either format :-\
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] GETTING SSL ERROR WHEN SUBMITTING FORMAppreciate that. Definitely let me know the solution and I’ll look into getting the fix up with the next release.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] oAuth working but API not sending dataHey Marek,
Both oAuth and API Key use the exact same cURL script, just with two different sets of tokens, basically… We use API Key on all of our projects except one: Certain HubSpot accounts don’t allow the use of API Keys.
Are you using a Professional or Enterprise HubSpot account?
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] GETTING SSL ERROR WHEN SUBMITTING FORMHey Nick,
Sorry for the delay, we do have some support, but we don’t visit this very often.
I am really not sure what the issue is there. We have this on multiple sites for our own purposes and we have not encountered this issue yet. I’ll dig more into your error message and see if there’s any light that I can shed on it.
I’ll also try to set up an SSL-based website and see if that somehow conflicts with it.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Hubspot needs Authorized again and again!there’s a cron file in the includes folder of this plugin now.
Marking this as resolved.