<?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 Input Type=&amp;quot;Text&amp;quot; Length Question in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47784#M9039</link>
    <description>&lt;P&gt;Hey, I'm hoping this will be straight forward &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;In the following code:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;fieldset&amp;gt;
      &amp;lt;input type="text" token="name"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What attribute would I need to add to this input type to increase the size/length of the text box?&lt;/P&gt;

&lt;P&gt;The current length is not adequate to display all of the data I wish to enter for a form search.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2010 18:56:09 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2010-09-10T18:56:09Z</dc:date>
    <item>
      <title>Input Type="Text" Length Question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47784#M9039</link>
      <description>&lt;P&gt;Hey, I'm hoping this will be straight forward &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;In the following code:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;fieldset&amp;gt;
      &amp;lt;input type="text" token="name"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What attribute would I need to add to this input type to increase the size/length of the text box?&lt;/P&gt;

&lt;P&gt;The current length is not adequate to display all of the data I wish to enter for a form search.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2010 18:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47784#M9039</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-10T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Input Type="Text" Length Question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47785#M9040</link>
      <description>&lt;P&gt;I can type all the data I wish to type into this textbox however the textbox is too small to display all of this data at the same time&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2010 20:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47785#M9040</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-10T20:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Input Type="Text" Length Question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47786#M9041</link>
      <description>&lt;P&gt;I managed to solve my own problem lol.&lt;/P&gt;

&lt;P&gt;I inserted the following code into a custom application.css file:&lt;/P&gt;

&lt;P&gt;input&lt;/P&gt;

&lt;P&gt;{
width:500px;} &lt;/P&gt;

&lt;P&gt;This CSS code enables me to change the properties of any tag named input. In this case, I just specified a larger width than the default for the text boxes in my form.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2010 21:27:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47786#M9041</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-10T21:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Input Type="Text" Length Question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47787#M9042</link>
      <description>&lt;P&gt;You can specify a custom stylesheet within the form element in simple xml:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;form stylesheet="large_input.css"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2014 15:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-Type-quot-Text-quot-Length-Question/m-p/47787#M9042</guid>
      <dc:creator>mcronkrite</dc:creator>
      <dc:date>2014-08-11T15:43:30Z</dc:date>
    </item>
  </channel>
</rss>

