We are having some display issues with a HubSpot form with checkboxes. Essentially, the Hubspot form renders strangely most of the time, except on some occasions/refreshes it will render correctly (as pictured). When it is not rendered correctly, the elements appear out of order and out of alignment (with the checkboxes pushed further up and the single line inputs neighboring each other). We have been trying to investigate if any conflicts within our own global styles may be causing this issue, and that’s in the process, or if this might be an issue with load times. However, we want to open up the possibility of seeing if the inconsistency with how these forms appear might have something to do with styles applied on the Hubspot side.Let me know if further details from our end are needed. Aalso, I’m noticing some styles in the head of the iframe are different when the form is rendered incorrectly, such as this rule:
.hbspt-form .hs-form-private{
display: flex;
align-items: center;
}
Which seems to be one of the problematic rules which, when manually disabled in the console, remedies a lot of the layout issues.
Thank you.
