# TextArea and HTMLArea on responsive form

**URL:** https://forum.servoy.com/t/textarea-and-htmlarea-on-responsive-form/19564
**Category:** Classic Servoy
**Created:** [January 9, 2018, 3:14pm UTC](https://forum.servoy.com/t/textarea-and-htmlarea-on-responsive-form/19564 "2018-01-09T15:14:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![steve1376656734](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/steve1376656734/32/4613_2.png) [@steve1376656734](https://forum.servoy.com/u/steve1376656734)
#### Post date: [January 9, 2018, 3:14pm UTC](https://forum.servoy.com/t/textarea-and-htmlarea-on-responsive-form/19564/1 "2018-01-09T15:14:04Z")

</div>

Hi,

I have two issues that I can’t seem to find a way to resolve.

1. If I add a textarea component to a responsive form, how do I either set the number of rows or make it resize with the form?
2. How can I add a HTMLArea component to a responsive form (so that I get the TinyMCE editor?

Thanks  
Steve

---

<div class="post-metadata">

### Author: ![nic](https://avatars.discourse-cdn.com/v4/letter/n/45deac/32.png) [@nic](https://forum.servoy.com/u/nic)
#### Post date: [November 16, 2018, 8:55am UTC](https://forum.servoy.com/t/textarea-and-htmlarea-on-responsive-form/19564/2 "2018-11-16T08:55:46Z")

</div>

Hi Steve,

I seem to have the same problem. Did you find any answers to this problem yet?

---

<div class="post-metadata">

### Author: ![steve1376656734](https://yyz2.discourse-cdn.com/flex010/user_avatar/forum.servoy.com/steve1376656734/32/4613_2.png) [@steve1376656734](https://forum.servoy.com/u/steve1376656734)
#### Post date: [November 17, 2018, 12:49am UTC](https://forum.servoy.com/t/textarea-and-htmlarea-on-responsive-form/19564/3 "2018-11-17T00:49:30Z")

</div>

Not really.

The only way around the HTML area is to add it to an anchored form and then add the anchored form to a responsive form using a formcomponent widget.

For the textarea we have move to using a third party component that has this functionality.

Thanks  
Steve

---

<div class="post-metadata">

### Author: ![nic](https://avatars.discourse-cdn.com/v4/letter/n/45deac/32.png) [@nic](https://forum.servoy.com/u/nic)
#### Post date: [January 8, 2019, 12:49pm UTC](https://forum.servoy.com/t/textarea-and-htmlarea-on-responsive-form/19564/4 "2019-01-08T12:49:09Z")

</div>

Hi Steve,

I have managed a workaround with a custom div and css :

.mapsarea {  
min-height: 300px;  
}
