Chris Lagasse
Forum Replies Created
-
MerchantCapital,
Yes, it is a requirement on the part of HubSpot’s oAuth 2.0 integration.
Arguably it doesn’t actually need an SSL cert. As long as the server properly accepts the SSL path to the same location as your non-secured website, you could pass by without one. But that is 1) a bad idea, 2) not secure, which is the entire point, and 3) Google provides higher ranking for sites with SSL certificates these days, so if you don’t have one, you really should get one.
Related to HubSpot, not us, though: https://developers.hubspot.com/docs/methods/oauth2/initiate-oauth-integration … see screenshot for the specific requirement: https://puu.sh/xgwSj/ac6a2a5fde.png
As for you having the same issue as weptile, I did receive your email, and you look like you’re using the right authentication URL (though your redirect URL is pointing to a dev site?)…
In the end, without any changes, Weptile tried the link again, and it worked. Perhaps it was browser caching, but I find that unlikely.
This ticket was resolved via email. we’ll be pushing a bug fix up for a couple of minor PHP errors, but for the purposes of this thread, things are fine 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Feed Settings- Select FormThis is now only slightly dated, but this is how you integrate your forms with hubspot: https://bigsea.co/news-culture/big-sea-projects/wordpress-gravity-forms-hubspot-plugin-development/
I need to make a new version of this blog post… but the gist is this: We do not send the data directly to the contacts CRM at this time. It goes to a form, that was previously created in HubSpot.
It’s duplicate work (create form in gravity forms, create form in hubspot, tie them together with a feed)… but it’s the current solution. Now that we’re using a much better version of the HubSpot codebase, we should be able to implement some newer features in the future.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Plugin broken after updatekdeleon, we did warn that the latest version works with PHP 5.5 or later. It is in our documentation, in our change log, our Frequently Asked Questions page, on our blog, as well as in version 2.3.5 of our plugin. There’s even a pinned post at the top of this Support Forum drawing attention to the requirements.
You can download previous versions of our plugin by clicking “Advanced View” on the plugin page on wordpress.org and go down to “Previous Versions”
https://wordpress.org/plugins/gravityforms-hubspot/advanced/
However, previous versions of our plugin NO LONGER WORK WITH HUBSPOT… HubSpot has updated to oAuth 2.0, which is why there was a heavy overhaul of our plugin.
You can find out more information on our blog https://bigsea.co/tech-code/web-development/huspot-api-and-gravity-forms-update/
Hey weptile,
Can you please clarify where you are in the set up process? HubSpot has dropped support of oAuth 1.0, and as such, you need to update to version 3.0.0 or later of our plugin, which supports oAuth 2.0
Our new update requires SSL and PHP 5.5 at a minimum.
If you’ve already updated to the latest version of the plugin, and it still has issues, please go to Forms > Settings > Hubspot, and copy the link that the “Click Here to Authenticate” button contains, and email it to me at chris@bigseadesign.com
DO NOT paste it here, as it does contain sensitive information. However, it would look something like this:
https://app.hubspot.com/oauth/authorize?client_id=CLIENT_ID&scope=forms%20contacts&redirect_uri=https%3A%2F%2Fmyurl%2Fwp-admin%2Fadmin.php%3Fpage%3Dgf_settings%26subview%3Dgravityforms-hubspot%26trigger%3Dhubspot_oauthForum: Plugins
In reply to: [HubSpot for Gravity Forms] Admin Panel GoneNicole,
this plugin does not run in the front end unless it’s being called upon.
Do you have PHP 5.5 or higher? That is a requirement of this plugin, and is one of the few ways that your admin panel would disappear.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Feed Settings- Select FormHey pagetopixel,
I am assuming that you have the forms in HubSpot already? That dropdown is meant to show you the list of forms that you have in HubSpot in the Contact > Forms section of your HubSpot dashboard.
-Chris.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Problems after MigratingHey Matthew,
I realized after that the database in question is flagged as specific to our plugin, but it’s still generated by Gravity Forms. It appears that you did not manage to migrate all tables over, and that one is necessary as well.
-Chris.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] oAuth 2.0 Coming SoonLast minute update to the requirements… it will require PHP 5.5
Unfortunately, Composer’s Guzzle library uses “curl_reset” which is not available until PHP 5.5
Forum: Reviews
In reply to: [HubSpot for Gravity Forms] works + easy setup – thanksHey Steven,
Thanks for the review! Sounds like you JUST installed it. We are about to push 3.0 in just a moment, but I wanted to give you a heads up on the new requirements:
Since HubSpot is switching to oAuth 2.0 on August 11th, your site now requires:
* PHP5.5 (due to a cURL requirement in our new composer php library)
* an SSL certificate (due to HubSpot’s security requirements being boosted and the redirect URL _must_ be https://So if you can’t meet those requirements, stay back in v2.3.5 and don’t upgrade! Unfortunately, that does mean that you won’t be using the plugin for long (because oAuth 2.0 will be required) but I appreciate your review!
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Questions Following Hidden Block Also HiddenHey there,
Is this a Gravity Forms focused question or a HubSpot focused one? Are you referring to our plugin itself, and the Feed integration page?
Thanks, and sorry for the late reply. We’ve been pretty swamped with version 3.0 coming out soon.
-Chris.Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Problems after MigratingHey matthew… please activate Gravity Forms first? that error message is coming from Gravity Forms with the activation progress. Seems like you missed a table on migration.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] oAuth 2.0 Coming SoonHey Jordan,
I’ll look into fixing the notice. It’s using transients to determine if it should be displaying or not. Tested it locally, but I’ll try to see if I’m missing something. I did change a lot of things at the last second.
Version 3.0 is targeted for release by next Wednesday. I still have some fine tuning to do.
There’s some more information up on our blog too: https://bigseadesign.com/web-development/huspot-api-and-gravity-forms-update/
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Filter on which submissions go to HubSpotHey Namreh,
This is part of Gravity Forms’s built in handling of Feeds. Currently we have disabled conditionals, but I will look into getting those in soon. It didn’t look like it was too difficult to add, but we’re in the middle of a heavy revamp.
Hey Kris,
Sorry for the delay on this. It’s been a busy couple of weeks.
Unfortunately I don’t have any feedback or thoughts on the Mailchimp add-on’s interactions with Gravity Forms. Definitely curious, though.