La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Thankyou so much, now the form seems amazing. Now I have the form code and I dont know where to embed it to show it in my hubspot pages.Could you help me in this too.
I really dont thing you should use an embed for your form in Hubspot. I've experienced issues with forms not updating through the embed, but also you lose page editor functionality. You should really use a form module I think.
It really depends on whether you are working in Hubspot or outside, in WordPress for instance.
Either way, if you use your inspector tool you will see the stucture for the form provided by Hubspot. Assuming your working in Hubspot, you will see that the submit button can be target like so:
This may be the same with form embeds but I can't say off of the top of my head that this is correct.
I like to give a group or module wrapper to my forms a specific class, like 'form_wrap', then target the form fields beginning with that class. It is a good idea to be specific and deep with your targeting because, in my experience, Hubspot's framework is specific, deep, and takes precedence in the document hierarchy.
Here is the CSS of the form, I just want to make input feild and submit button rectangular they are rounded now. I tried removing all the border-radius in the CSS but it still remains the same.
Alright, that works nice. But there is one problem. I am editing existing form in hubspot and the feilds like input feild has rounded corners and the submit button too has rounded corner, I just want to make them rectangle. Tried removing all the border-radius from the form CSSbut nothing is changing