<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiline form field - change number of rows (height of the field) in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/176480#M4607</link>
    <description>&lt;P&gt;Use this code:&lt;/P&gt;&lt;PRE&gt;textarea {
    height: 250px;
}&lt;/PRE&gt;&lt;P&gt;It applies to all the textarea fields.&lt;/P&gt;&lt;P&gt;Or:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.webinar-form {
    height: 250px;
}&lt;/PRE&gt;&lt;P&gt;It applies to the textareas or other tags with &lt;EM&gt;.webinar-form&lt;/EM&gt; class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2018 12:19:38 GMT</pubDate>
    <dc:creator>PatrykJ</dc:creator>
    <dc:date>2018-02-02T12:19:38Z</dc:date>
    <item>
      <title>Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/175895#M4545</link>
      <description>&lt;P&gt;Hello, hope somebody may help me in this matter. I have a form with a multiline field. The height of this field I will have to change (the amount of rows) to have more space to introduce information. Thanks a lot for your help. Best regards, Petra&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:18:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/175895#M4545</guid>
      <dc:creator>petras</dc:creator>
      <dc:date>2018-01-30T13:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/175911#M4547</link>
      <description>&lt;P&gt;You can do it in css, like that:&lt;/P&gt;&lt;PRE&gt;textarea {
    height: 100px;
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:59:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/175911#M4547</guid>
      <dc:creator>PatrykJ</dc:creator>
      <dc:date>2018-01-30T14:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/176457#M4594</link>
      <description>&lt;P&gt;Hello, thanks so much for responding. I called the form&amp;nbsp;webinar-form and I included the code in the CSS but cannot see that the text area is bigger. Send you the code. Can you tell me if it is correct. Thank you very much. Kind regards, Petra&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* ==========================================================================&lt;BR /&gt;&amp;nbsp; Form&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ========================================================================== */&lt;/P&gt;&lt;P&gt;.webinar-form&lt;BR /&gt;textarea {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 250px;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 09:17:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/176457#M4594</guid>
      <dc:creator>petras</dc:creator>
      <dc:date>2018-02-02T09:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/176480#M4607</link>
      <description>&lt;P&gt;Use this code:&lt;/P&gt;&lt;PRE&gt;textarea {
    height: 250px;
}&lt;/PRE&gt;&lt;P&gt;It applies to all the textarea fields.&lt;/P&gt;&lt;P&gt;Or:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.webinar-form {
    height: 250px;
}&lt;/PRE&gt;&lt;P&gt;It applies to the textareas or other tags with &lt;EM&gt;.webinar-form&lt;/EM&gt; class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:19:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/176480#M4607</guid>
      <dc:creator>PatrykJ</dc:creator>
      <dc:date>2018-02-02T12:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/270626#M12285</link>
      <description>&lt;P&gt;I see the code, but don't know where to apply it.&amp;nbsp; In which part of the larger HubSpot UI (forms? web templates?) will I be able to "open it up" and "paste those in"?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 21:21:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/270626#M12285</guid>
      <dc:creator>Kevin_Cuddeback</dc:creator>
      <dc:date>2019-05-16T21:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/681657#M30063</link>
      <description>&lt;P&gt;this solution does not work&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 17:33:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/681657#M30063</guid>
      <dc:creator>Id8corp</dc:creator>
      <dc:date>2022-08-17T17:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline form field - change number of rows (height of the field)</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/681658#M30064</link>
      <description>&lt;P&gt;I would like to increase the height of a multiline form field but none of the above suggestions work. Has anyuone found a workaround for this?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 17:34:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Multiline-form-field-change-number-of-rows-height-of-the-field/m-p/681658#M30064</guid>
      <dc:creator>Id8corp</dc:creator>
      <dc:date>2022-08-17T17:34:22Z</dc:date>
    </item>
  </channel>
</rss>

