<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Length of Field</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Length of Field</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:37:28 +0000</pubDate>

<item>
<title>redityo on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2675</link>
<pubDate>Wed, 13 Aug 2008 18:58:39 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2675@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Regardt,&#60;/p&#62;
&#60;p&#62;I see you have 2 different result here, this view &#60;a href=&#34;http://www.chaiyil.co.za/machform/view.php?id=42&#34; rel=&#34;nofollow&#34;&#62;http://www.chaiyil.co.za/machform/view.php?id=42&#60;/a&#62; have smaller width, maybe you can try to set the CSS again :) . Try to find this section&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
        width: 100%; &#38;lt;-- add this code
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>AMurray on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2671</link>
<pubDate>Wed, 13 Aug 2008 16:26:21 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">2671@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You have to edit (I assume) the CSS file for *each form*.  In the admin screen for each form there's a link to the CSS file - if you edit that it will only change the attributes for that particular form.
&#60;/p&#62;</description>
</item>
<item>
<title>Regardt on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2669</link>
<pubDate>Wed, 13 Aug 2008 15:09:23 +0000</pubDate>
<dc:creator>Regardt</dc:creator>
<guid isPermaLink="false">2669@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have to 2 different forms, both of them has the correct css setting by which the fields width is the same. I have embedded both forms in 2 different html pages. But the one only covers half of the width it is set to, strange.&#60;/p&#62;
&#60;p&#62;Please see example, 1 (correct): &#60;a href=&#34;http://www.chaiyil.co.za/machform/view.php?id=43&#34; rel=&#34;nofollow&#34;&#62;http://www.chaiyil.co.za/machform/view.php?id=43&#60;/a&#62;&#60;br /&#62;
Please see example, 2 (not correct): &#60;a href=&#34;http://www.chaiyil.co.za/machform/view.php?id=42&#34; rel=&#34;nofollow&#34;&#62;http://www.chaiyil.co.za/machform/view.php?id=42&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help so that the 2nd form will display correct.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2551</link>
<pubDate>Thu, 31 Jul 2008 08:04:56 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2551@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hi ...&#60;/p&#62;
&#60;p&#62;You can customize the element field by editing the CSS, you can find in form builder &#34;EDIT CSS&#34; menu, try to search the following code and change the value :&#60;/p&#62;
&#60;p&#62;it will change default width template for small, medium, and large &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body input.small
{
	width:25%;
}

#main_body select.small
{
	width:25%;
}

#main_body input.medium
{
	width:150%;
}

#main_body select.medium
{
	width:50%;
}

#main_body input.large
{
	width:99%;
}

#main_body select.large
{
	width:100%;
}

#main_body textarea.small
{
	height:5.5em;
}

#main_body textarea.medium
{
	height:10em;
}

#main_body textarea.large
{
	height:20em;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Glenn on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2541</link>
<pubDate>Wed, 30 Jul 2008 20:18:18 +0000</pubDate>
<dc:creator>Glenn</dc:creator>
<guid isPermaLink="false">2541@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;ya, what about a custom width so that many fields line up all equal widths?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2539</link>
<pubDate>Wed, 30 Jul 2008 12:53:34 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2539@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ahh.. you can do that from the form builder.&#60;br /&#62;
Click on your email field and set the &#34;Field Size&#34; dropdown to &#34;Large&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>Glenn on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2538</link>
<pubDate>Wed, 30 Jul 2008 12:47:19 +0000</pubDate>
<dc:creator>Glenn</dc:creator>
<guid isPermaLink="false">2538@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;No, the width of a text box. Such as Email: I want to increase the width of that box.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2536</link>
<pubDate>Wed, 30 Jul 2008 12:33:32 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2536@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Do you mean this one below?&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/how-do-i-get-fields-on-the-same-line?replies=33&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/how-do-i-get-fields-on-the-same-line?replies=33&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Glenn on "Length of Field"</title>
<link>https://www.machform.com/forums/topic/length-of-field#post-2522</link>
<pubDate>Wed, 30 Jul 2008 11:01:58 +0000</pubDate>
<dc:creator>Glenn</dc:creator>
<guid isPermaLink="false">2522@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possible to control the length of each field so they line up in a row evenly?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
