Fatal Error: Uncaught Error: Call to undefined function Leadin\admin\api\wp_json_decode() in /home/site/public_html/wp-content/plugins/leadin/public/admin/modules/api/class-user-meta-api-controller.php:43 Stack trace: #0 /home/site/public_html/wp-includes/rest-api/class-wp-rest-server.php(1292): Leadin\admin\api\User_Meta_Api_Controller->track_consent() #1 /home/site/public_html/wp-includes/rest-api/class-wp-rest-server.php(1125): WP_REST_Server->respond_to_request() #2 /home/site/public_html/wp-includes/rest-api/class-wp-rest-server.php(439): WP_REST_Server->dispatch() #3 /home/site/public_html/wp-includes/rest-api.php(449): WP_REST_Server->serve_request() #4 /home/site/public_html/wp-includes/class-wp-hook.php(324): rest_api_loaded() #5 /home/site/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #6 /home/site/public_html/wp-includes/plugin.php(565): WP_Hook->do_action() #7 /home/site/public_html/wp-includes/class-wp.php(418): do_action_ref_array() #8 /home/site/public_html/wp-includes/class-wp.php(813): WP->parse_request() #9 /home/site/public_html/wp-includes/functions.php(1336): WP->main() #10 /home/site/public_html/wp-blog-header.php(16): wp() #11 /home/site/public_html/index.php(17): require(‘/home/site/…’) #12 {main} thrown in /home/site/public_html/wp-content/plugins/leadin/public/admin/modules/api/class-user-meta-api-controller.php on line 43
]]>Hi,
I noticed that the HubSpot form and the HubSpot meeting blocks provided by the plugin disappear from the Block Inserter, if allowed_block_types_all
is filtered and the filter returns an array.
For example when creating a diff from registered and disallowed blocks. Although the leadin/hubspot-blocks
is still in the allowed list, the form and the meeting block aren’t loaded.
add_filter( 'allowed_block_types_all', function( $allowed, WP_Block_Editor_Context $context ) {
return array_values(
array_diff(
array_keys( WP_Block_Type_Registry::get_instance()->get_all_registered() ),
array(
// list of disallowed blocks e.g. 'core/verse'
)
)
);
}, 10, 2 );
If I explicitly include the block names in the allowed blocks array, then the blocks are available in the Block Inserter.
add_filter( 'allowed_block_types_all', function( $allowed, WP_Block_Editor_Context $context ) {
$diff = array_values(
array_diff(
array_keys( WP_Block_Type_Registry::get_instance()->get_all_registered() ),
array(
// list of disallowed blocks e.g. 'core/verse'
)
)
);
return array_merge( $diff, array(
'leadin/hubspot-form-block',
'leadin/hubspot-meeting-block',
) );
}, 10, 2 );
Is this behaviour something you can reproduce and confirm? Would it be possible for the plugin to explicitly register the custom blocks in PHP with register_block_type()
in addition the JS registration it already does?
Despite linking to a valid Hubspot account, the page is throwing 2 errors when the form loads:
The form appears to submit, returns the post submission message, but nothing is passed to Hubspot.
I have tried disabling cache and optimising plugins, but the errors remain. Any ideas?
]]>Hi,
I installed this plugin, and I can find all my Hubspot forms inside. But how could I achieve that email field were autofilled with WordPress user details?
Thank you
]]>Hello,
I opened a ticket in Avada cause I installed the Hubspot plugin, but when I click on it, there is only a white page!
The Customer Service answered me:
“Actually this is an issue that has been seen in the HubSpot plugin before and this would be related to the plugin itself”
And to contact you here!
Thank you for answer
]]>We’re having trouble with the default block field used to add additional CSS. The field can be found in Block Settings > Advanced > Additional CSS Classes. We’ve used this to add a CSS class to our forms to support dark mode. This worked great before, but now the classes are not being applied to newly created HubSpot blocks.
Any idea why this happens?
]]>In update 11.0.55 (2024-04-12) of the WordPress plugin, in registerFormBlock.tsx (line 47) a condition has been added to disable the Hubspot blocks in the full site editor.
Unfortunately, this condition breaks the blocks in the previous gutenberg editor as well (see screenshot 1). Fortunately, due to the shortcode still being rendered, pages in production are not affected.
]]>Hi, our site is built with Elementor. On our job application page, I created a popup with a contact form to the Apply For This Job button that dynamically captures the title of the position the user is applying for. The form is built with Elementor’s standard form. The problem is that as of 02.05.2024 no applications are coming in from this form in HubSpot, and we have many that are available in the backend of the site – Elementor – Submissions. The form is available in our account under Marketing – Forms, but no requests are coming in from it. I am asking for your assistance in resolving this issue.
]]>For problems related to connecting your HubSpot Account to your WordPress instance, please follow the following steps so we can help you solve the issue faster:
LOGGED_IN_SALT
?and?LOGGED_IN_KEY
For problems related to collecting submissions from Non-HubSpot forms please follow the following steps so we can help you solve the issue faster:
If you have followed all these steps and you’re still encountering difficulties, please open a ticket being as detailed as possible.
]]>Hello guys. I am using your plugin @version 10.2.17, and it works fine.
But, when I try to upgrade to the latest version, all leads after submission come to HubSpot within a delay of 15-20 minutes… Have you made changes in the API call or something? Because in the 10.2.17 version, all leads come immediately…
I check the change log:
= 11.0.36 (2024-04-09) = * Refactor connection function and add extra leadin config
= 11.1.3 (2024-04-17) = * Optimize metadata update on connection
= 11.1.18 (2024-05-30) = * Add default value in connection process
Can you please provide more details about difference between version? What does it mean “Refactor connection function & Optimize metadata update on connection”?
Thanks
]]>I can see some odd coding on our website. When I go to our website home page, then right-click and select ‘view source’, I can see the following:
</script><meta name=”generator” content=”Site Kit by Google 1.132.0″ /> <!– DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.34–> <script class=”hsq-set-content-id” data-content-id=”standard-page”> var _hsq = _hsq || []; _hsq.push([“setContentType”, “standard-page”]); </script> <!– DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin –>
We do not manually update the coding for the website – all is done through plugin updates.. so this will not have been added manually.
The current version of our Hubspot ?– CRM, Email Marketing, Live Chat, Forms & Analytics plugin is 11.1.34. The current version of wordpress we are using is 6.6.1
If this snippet should not have been copied across, then how should it be removed please?
Alternatively, please can you advise if this is a question for Site Kit.
Many thanks
]]>We have updated our website to wordpress v 6.6.1. I can see a message on the plugin dashboard saying “Warning: this plugin has not been tested with your current version of WordPress.” When will the compatability be tested please?
Can you please confirm that there are no compatibility issues between our current version of the Hubspot ?– CRM, Email Marketing, Live Chat, Forms & Analytics plugin (11.1.34) and wordpress 6.6.1
Many thanks
]]>Dear support
we are using the hubspot plugin to connect with our Hubspot account. Now we are facing the problem that we have to exclude a specific page from Hubspot plugin because we do not want to have data send from a third party form in Hubspot.
Is there any way to achieve this?
Thanks for your help Marc
]]>Hi
I am creating custom blocks in Gutenberg and I am trying to add leadin/hubspot-form-block
support to one of my block. It is working on post,page or custom post editor but it is not working on Full Site Editor. I am getting this => Error: Block Type leadin/huspot-form-block is not registered, after that editor screen crashes.
I am getting this particular issue on latest updated plugins, mostly on v.11. It is working fine on v.10.
I have looked into the codebase for changes and find out below bunch of changes in registerFormBlock.tsx file in gutenberg folder which is under script folder : //We do not support the full site editor: https://issues.hubspotcentral.com/browse/WP-1033
if(!wpBlocksApi || isFullSiteEditor()){
return null;
}
In newer versions block is regsitered using WpBlocksApi like below : WpBlocksApi.registerBlockType('leadin/hubspot-form-block', {
Whereas on older versions, there is no mention of WpBlocksApi
and is registred like below : registerBlockType('leadin/hubspot-form-block', {
I am inserting this block in my custom block <InnerBlocks />
like below :
import { __ } from '@wordpress/i18n';
import { InnerBlocks, RichText, useBlockProps } from '@wordpress/block-editor';
import classNames from 'classnames';
const Edit = (props) => {
const {
attributes: { eyebrow, heading },
setAttributes,
} = props;
const ALLOWED_BLOCKS = ['leadin/hubspot-form-block'];
const MY_TEMPLATE = [
['leadin/hubspot-form-block', {}],
];
const blockProps = useBlockProps({
className: classNames('sticky-form', 'is-editor'),
});
return (
<div {...blockProps}>
<div className={classNames('sticky-form__inner-wrapper')}>
<div className={classNames('sticky-form__inner')}>
<div className={classNames('sticky-form__eyebrow')}>
<RichText
value={eyebrow}
onChange={(value) => {
setAttributes({ eyebrow: value });
}}
placeholder={__('Read the guide')}
/>
</div>
<div className={classNames('sticky-form__heading')}>
<RichText
value={heading}
onChange={(value) => {
setAttributes({ heading: value });
}}
placeholder={__('Fill out the form to get instant access')}
/>
</div>
<InnerBlocks allowedBlocks={ALLOWED_BLOCKS} template={MY_TEMPLATE} />
</div>
</div>
</div>
);
};
export default Edit;
Please let me know if there’re any other way to use default hubspot block in custom gutenberg blocks.
Thank you!
Hello,
I have randomly this error on certain pages and articles on my website :
“The “leadin” extension has encountered an error and cannot be displayed.”
I don’t understand why, especially bescause there are nos form on these pages.
Do you have an explanation ?
Thank you.
Valérie
]]>Does this plugin synchronize Woo users(WP users)?
I would like to do one way sync(add/update) from Woo to Hubspot.
I have just set up the HubSpot Plugin in WordPress.
I created a form in HubSpot, then attempted to insert it via short code into a blog post. Upon publishing the blog, the form did not populate. I then tried to create a raw html form, and added the short code in to the blog editor and the same issue arose.
Here is the short code: [hubspot type=”form” portal=”27172908″ id=”7470209d-2f0d-4f06-a7f0-ec5c6bebfd04″]
I also tried editing a product page, and adding the form in via the [+] drop down, but the ‘Hubspot Form’ option was not there.
I suspect the issue could be down to the laravel coding on the website? I am not skilled with web dev but trying to upskill currently to address this issue.
I read somewhere I can use Contact 7 or Ninja Forms to help implement the Hubspot forms, but I assumed the plugin would have taken care of this?
Any help would be greatly appreciated.
Best
I am trying to create a thank you landing page for all the people who fill out the form using my site and when the hubspot form is filled. How should i go about it. What do i need to do on this.
]]>When the plugin is activated we’re experiencing a dramatic increase in the admin page load times. We’re seeing a consistent 4 seconds of additional load time across the entire admin. Disabling the plugin immediately drops load time back down to normal. This has been ocurring at least since version 11.0.0
]]>Hi there,
I’m using the Hubspot plugin on a build at the moment and I’ve run into an issue. We have a subscribe form which we’re adding to the site footer, and also to a pop-up linked to in the site header.
I’m adding the forms using the WordPress shortcode in the theme template files, e.g. <?php echo do_shortcode([shortcode]); ?>
The issue I’m having is that both forms have the same CSS ID, which is causing issues on submission – submitting the form in the footer doesn’t show the thank-you message, because instead it’s being displayed in the form in the pop-up.
Is there any way around this?
Thanks
Hannah
]]>Three Hubspot resources seem to be blocked on this site. Others seem to be loading just fine.
Details here: https://imgur.com/6Vxil9E
How do I resolve this?
Thank you so much
]]>There is an issue with contacts in hubspot being associated with email addresses that don’t correspond with the contact itself. For example individual contacts have numerous secondary emails that aren’t associated with their contact information but other customers. These customers didn’t have their own contact populated in hubspot as their email attached to someone else’s contact.
Hubspot has attributed this to our 3rd party integrations in woocomerce that connect to hubspot. These two plugins are as follows: MWB HubSpot for WooCommerce and HubSpot All-In-One Marketing – Forms, Popups, Live Chat.
Is there a way to stop this issue from continuing and rectify the current contacts that have been effected?
Hi,
I’m using the non-HubSpot form (Elementor Forms) and I have set validation for free emails to block.
However, Hubspot displays the entry even if the Elementor form displays an error when the free email is supplied and submitted!
I tried to embed the script, minimize the priority, and increase the validation priority, but this method did not work as well.
Thank,
]]>Hi,
I am using composer to install plugins.
Because the latest version (11.0.57) is not tagged it also does not exist in svn.
https://plugins.trac.www.ads-software.com/browser/leadin/tags
https://plugins.svn.www.ads-software.com/leadin/tags/
That is visible in the composer.lock, causing it to pointing to the latest (head) with a timestamp because the tag (11.0.57) doesn’t exist on the svn.
Could you tag 11.0.57 ?
Thanks in advance.
In Elementor, when clicking on the hubspot form element which says ‘Select an existing form or create a new one from a template’ not much happen and I’m unable to scroll down to change the preselected hubspot form for another one.
]]>Using the [hubspot type="form"]
shortcode to place a form on the page and when the visitor is scrolling on the page and their cursor is within the bounds of the iFrame of the form the page no longer scrolls. The mouse’s scroll behavior is being sent to the iFrame which has scrolling="no"
and is not passing the scroll behavior back to the parent page to be able to scroll past the hubspot form.
Seeing this error on multiple pages on site when attempting to edit the pages: The “leadin” plugin has encountered an error and cannot be rendered.
]]>Hi,
On our site we’ve had fraud/spam issues. We installed WooCommerce Anti-Fraud (https://woocommerce.opmc.com.au/product/woocommerce-anti-fraud/) which has helped a lot. One feature that we’re unable to use, however, is their Google V2 reCAPTCHA implementation on our WooCommerce checkout page. While we have the HubSpot plugin activated, the reCAPTCHA feature does not work. When we de-activate the HubSpot plugin, the reCAPTCHA works. Is there anything that you can do about that?
Thanks!
Hello,
Is it possible to sync only specific user roles with this plugin? We have 3 user roles that we want in HubSpot but not the others.
Thank You!
We have a site that uses Gravity Forms. I’m just curious if this plugin automatically integrates with Gravity Forms to send forms/form submissions to HubSpot on GF form submission?
Thanks!