After logging into your account on HubSpot com, your Hub ID can be found with the version at the bottom of your HubSpot Dashboard in the footer, or by looking at Top Left of the screen...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Takes the resulting upload URLs and send them to HubSpot in semi-colon delimited list. apply filters Allows you to skip the feed on programmatic conditions..
Added additional checks to 1 ) Prevent activation of plugin if missing PHP 5.5 or greater, and 2 ) if plugin is already active, show warning on Admin pages, and not load in the rest of the plugin.. 3.0.1.
array of Key => Value where Key is the HubSpot field slug, and the Value is what will be sent to HubSpot for that field. apply filters Array of Form objects received from HubSpot.
The Page Name and URL default to Form Name, and URL, by default.
Sent the wrong arguments to GravityForm's for rare case that configuration is not correct for Gravity Forms field being matched with HubSpot...
Reworked the whole plugin to use GFAddon Framework Settings for each Form has been moved into Form's.
So, this begins the start of support for specialized field types from HubSpot.. 1.1.3 undefined variable issue found by kingchills, resolved. clarified oAuth token invalid warning for when it's encountered decreased the amount of time between token renewals to try to not encounter that invalid token issue.. 1.1.2.
Updated the requirements for Gravity Forms to minimum of 1.7.x, due to GFFormsModule not being available to v1.6.4, and we use this for the Connectivity.
Read more