Lead Capture Tools

Sasso
Participante

HS Marketing Basic - Embedded form width not working anymore

resolver

Hello everyone, 

 

I cannot set anymore the width of the embedded form on a wordpress site via the HS embed script.

 

I know other styling options are not available, but the general width (% or px) is changeable:

in the preview works fine, not in the embed page, whatever value in px or % I type, the fields widht stays at 500px.

 

I have tried with a new form too but with no success.

 

Anyone has the same problem? ...or solution?

Thanks!

 

 

Schermata 2020-01-08 alle 17.56.47.png

 

0 Avaliação positiva
1 Solução aceita
Tom
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

HS Marketing Basic - Embedded form width not working anymore

resolver

Hey @Sasso  thanks for bringing this up! This was actually an issue we experienced on our end with the width settings. We've fixed this on our end and your width will now pull through to all your forms. 

Exibir solução no post original

6 Respostas 6
Tom
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

HS Marketing Basic - Embedded form width not working anymore

resolver

Hey @amymandrews this was an issue we had in Jan 2020 which was resolved. Could you open a new post on this please outlining the issues you're experiencing and our community team will be able to assist you. 

Tom
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

HS Marketing Basic - Embedded form width not working anymore

resolver

Hey @Sasso  thanks for bringing this up! This was actually an issue we experienced on our end with the width settings. We've fixed this on our end and your width will now pull through to all your forms. 

amymandrews
Participante

HS Marketing Basic - Embedded form width not working anymore

resolver

Hi @Tom , 

I am having the same issue on our portal. Id is: 3391010

 

Thanks!

Amy

0 Avaliação positiva
DanielSanchez
Conselheiro(a) de destaque | Parceiro Platinum
Conselheiro(a) de destaque | Parceiro Platinum

HS Marketing Basic - Embedded form width not working anymore

resolver

Hi @Sasso ,

 

U can use CSS to define this value. 

 

Try add this code in your CSS:

form.hs-form {
    width: 500px;
    max-width: 100%;
}

All HubSpot forms have the class .hs-form, then you can personalize with CSS.

 

If not solve, please send me your link with this embed in reply.

 

Did this post help solve your problem? If so, please mark it as a solution.

Best regards!

0 Avaliação positiva
Sasso
Participante

HS Marketing Basic - Embedded form width not working anymore

resolver

Hello Daniel, 

 

Thanks for your reply.

 

The form loads in an iframe, so I haven't been able to customize the css.

Anyway it seems it was a caching problem on HS side (I have tried also in incognito mode with) since today the form is 100% full-width.

 

For what you know, is it possible to add the styling you mentioned using the embed script?

 

Thanks

0 Avaliação positiva
DanielSanchez
Conselheiro(a) de destaque | Parceiro Platinum
Conselheiro(a) de destaque | Parceiro Platinum

HS Marketing Basic - Embedded form width not working anymore

resolver

Hi @Sasso , understand.

 

U can send link of this page? 

 

This way we can analyze the page.

 

Best regards! 🙂

0 Avaliação positiva