harthur90
Forum Replies Created
-
I’ll close this issue, feel free to reopen if needed
Best regards
@checkdigital can you make sure you have the latest version 8.16.6?
Best regards
The new script will require a unique dynamic identifier. I have adapted your code to the following
case 'form': // Render HubSpot form via JS. // Advanced options: https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options const containerId = "hs_form_" + Date.now(); // This will create an unique selector every time const container = document.createElement('div'); // create a container container.id = containerId; // assign the dynamic id document.querySelector(modalContentSelector).appendChild(container); // append to the modal container hbspt.forms.create( { portalId: modalData.portalId, formId: modalData.id, target: "#" + containerId, // use the generated ID as target selector }); break; }Let me know if you have any further questions
Hi @lemonaise did you send the HAR file to our support email?
Best Regards
- This reply was modified 3 years, 11 months ago by harthur90. Reason: typo
Forum: Plugins
In reply to: [HubSpot All-In-One Marketing - Forms, Popups, Live Chat] 404 Script ErrorI’ll close this issue. Feel free to open it again if needed
Best regards
Forum: Plugins
In reply to: [HubSpot All-In-One Marketing - Forms, Popups, Live Chat] 404 Script ErrorHi @andyt1980 , Do you still are facing this problem?
Best Regards
Hi @norristh3 thanks for your message,
Save & resume form isn’t currently possible to achieve natively within HubSpot forms tool. You would need to integrate with a 3rd party form provider.
Best Regards
Hi @gkarakitsios for events that do not are initiated from a Form submission, I can provide you the following articles;
https://knowledge.hubspot.com/email/add-a-product-module-to-your-marketing-email
https://knowledge.hubspot.com/email/analyze-influenced-revenue-from-abandoned-cart-emailsAnother option would be to manually capture this data and send this through the HubSpot API
https://developers.hubspot.com/docs/api/overview
I would suggest you to maybe contact commercial live chat to a better explanation on if those features suits all your needs 🙂
Best Regards.
Let me know if you have any other questions
Hi @gkarakitsios, Thanks for your message.
This is due you having Non-Hubspot forms enabled at your portal.
Non-Hubspot forms will capture form submissions from your website. You can turn it off by going to Hubspot Settings -> Form -> Non-Hubspot Forms and toggle off “Collect data from website forms”
Let me know if this helps you!
Best regards and have a nice weekendForum: Plugins
In reply to: [HubSpot All-In-One Marketing - Forms, Popups, Live Chat] 404 Script ErrorYou can send to wordpress-support-groups@hubspot.com.
This PortalId does not seems to exist, Are you currently logged at the Hubspot for wordpress plugin?
Best regards
You can send us an email at wordpress-support-groups@hubspot.com
Best regards
No, all plugin releases are manual, with a related change described into the release notes. The plugin version is increased when a package/dependency is updated.
Hi @jasyjoy Could you open a support thread if you are still facing the issue?
Best Regards
Could you point me to the page where this is currently working?
Best regards
Hi @lemonaise,
Thanks for writing to us.
Could you record a HAR file of you experiencing the problem and send to wordpress-support-groups@hubspot.com to help us debug?
Please refer to this link for more details on collecting a HAR file.Please note that due this ticket being related to a 3rd party plugin we offer limited support. This could be due this Plugin reaching Hubspot apis that they have no access, causing you to be signed out.
Best Regards