How to increase the size of the multiline text custom field box ?

mani@123 September 11, 2019

Hello All,

How to increase the size of the multiline text custom field box? I want to make it as big as two boxes put together.

Thanks in advance,

Mani

 

 

2 answers

1 vote
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2019

Hi mani@123 

Do you mean the visual height or number of characters the field can take?

You can try inserting some custom CSS in the banner to increase the height of that field to make it visually bigger.

Ravi

mani@123 September 11, 2019

Hi Ravi,

Thanks for the response.

I want to increase the visual height of the box. Could you please help me to find CSS script to put in the banner. I searched online could not find any.

Thanks in advance,

Manikanta 

Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2019

Ok try this.

 

<style type="text/css">
textarea#customfield_12702 {
height: 200px;
}
</style>

Find the custom field id of your field and replace in the code above.

mani@123 September 11, 2019

Hi Ravi,

It is not working, replaced custom field ID.

Thanks,

Mani

Like Victor_Florescu likes this
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 12, 2019

Check the ID or Class of your field using Inspect option in your browser and use that in the code.

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 11, 2019

You can't do it from the UI. You would need to modify the source code. I don't recommend that. 

mani@123 September 11, 2019

Thanks for the reply Joe

Suggest an answer

Log in or Sign up to answer