CMS Development

evolucion
Member

Form textarea row

Hey there,

 

How and where I can change the number of the rows in the textarea of a form?

 

It is included in the free version?

 

Thank you!

0 Upvotes
3 Replies 3
Stephanie-OG
Key Advisor

Form textarea row

Hi there!

 

I don't believe there is a way to update the textarea size from within your HubSpot portal (neither in the Properties nor Forms sections) but you can do so using CSS: 

 

textarea {
  height: 300px;
}

 

I hope that helps!

 


Stephanie O'Gay Garcia

HubSpot Design / Development

Website | Contact

 

If this helped, please mark it as the solution to your question, thanks!

evolucion
Member

Form textarea row

Thank you. I tried it but it is not working. 😞 

 

I check the html code and it is showing but the form have the same size. Any idea?

 

Regards

0 Upvotes
Stephanie-OG
Key Advisor

Form textarea row

Could you please send me a preview link to the page so that I can take a look?

 


Stephanie O'Gay Garcia

HubSpot Design / Development

Website | Contact

 

If this helped, please mark it as the solution to your question, thanks!

0 Upvotes