Hi, I'm a developer but new to using Hubspot. I wanted to use JS to manipulate the HS embedded form after it loads, To add a data-attribute="PRICE" to each option in a select dropdown on a form. When the option is selected then I update a # 続きを読む
Hi ! I made a JS script in order to replace a city input by a select, with an autocomplete with zip input value. It's working well on simple form. But in progressive form i have some issues. The value is correctly set in the input, but, some 続きを読む
Hi I'm looking for advice on creating a landing page that pulls information from form submissions. I've already created lists based on the location field from the forms. My goal is to send a link to the landing page to specific people, such as t 続きを読む
Hi I have two forms collecting locations - one formcollected from x group who will be in a certain area, for example Manchester, I want to give ...続きを読む
Hi everyone First of all, i'm not a dev, unfortunately… Here is the problem: We needed to force our customers to use only capitals, numbers and NO spaces on a specific field. We customized the form to prevent people from posting random stuff on 続きを読む
Hi @PCorbucci , Based on your codes, there is a "return true" after your IF condition. So, even if the condition is false, your JS returns true,...続きを読む
I have this form with https://github.com/issa-tseng/awesomecomplete but everytime I click on the item, the field that the plugin is connected to keeps changing the value to the one I typed. https://drive.google.com/file/d/1ZWR25G7gSbd9eG8ysDO 続きを読む
Uncaught ReferenceError: hbspt is not defined. I receive this error from all the form that i have integrate in my website. https://www.comastridistribution.com/it/content/12-preventivatore <script charset="utf-8" type="text/javascript" sr 続きを読む
Hi there! I've created a Slide In module to be displayed on our main website. The Desktop and Tabelt previews look the way I'd like, but Mobile looks terrible. The image I'm using with it becomes huge, even though I have it at 350x350 pixels. It 続きを読む
Hi there! What is a Media Query, and how woudl I make one? I also don't see an option anywhere in the editing pages that let's me add in customer cod...続きを読む
Hi! I added a hubspot form with two input fields (email and code). After pressing a button, a small JavaScript file should be executed that generates a URL using the input values (e.g. https ://example .com ?email ={entered_email }& 続きを読む
Hi, I am trying to integrate hubspot form using js.hsforms.net/forms/embed/v2.js script and hbspt . forms . create method. I add property locale with value 'lt' and I provide translations object with the same key. Translations work co 続きを読む
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 gutenbe 続きを読む
Thanks! We can close this topic. For documentation: https://wordpress.org/support/topic/bug-report-wordpress-plugin-disabling-support-for-full-s...続きを読む
Can anyone help me to find a documentation (if any) for form customisation? It was possible to customise onFormSubmit event in the form embed code with old forms: https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options
H 続きを読む
Hey @lstepany this isn't currently possible. The form embed code you've linked isn't the "old" one, it's the form embed code. When embedded in a CT...続きを読む
Hi, I noticed that adding hidden fields to a form, the fields will still occupy space due to the containing form-column div. Is there an obvious step I'm missing to stop this behavior? Using the default form builder, raw html & styling f 続きを読む
Hi @dmart , I tested adding a hidden field to a form using the Growth theme and it was completely hidden. This suggests that the issue you're e...続きを読む