<?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: Position of the Highlighted errors</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Position of the Highlighted errors</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 15:58:40 +0000</pubDate>

<item>
<title>redityo on "Position of the Highlighted errors"</title>
<link>https://www.machform.com/forums/topic/position-of-the-highlighted-errors#post-7331</link>
<pubDate>Thu, 17 Sep 2009 10:18:54 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7331@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to search these code in your CSS form :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

#main_body form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then change to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
	width:68%;
	float:left;
}

#main_body form p.error
{
	/*clear:both;*/
	float:left;
    width:30%;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;those code will move error text in the right of your field
&#60;/p&#62;</description>
</item>
<item>
<title>sitesme on "Position of the Highlighted errors"</title>
<link>https://www.machform.com/forums/topic/position-of-the-highlighted-errors#post-7325</link>
<pubDate>Thu, 17 Sep 2009 03:01:53 +0000</pubDate>
<dc:creator>sitesme</dc:creator>
<guid isPermaLink="false">7325@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I would like to know how can I change the Highlighted errors on red to make the form shorter. When errors appear the fields will have the errors in between, so the form will go much longer.&#60;/p&#62;
&#60;p&#62;Everything starts with the beginning message that says &#34;There was a problem with your submission.&#34; Is there a way of putting these errors on the right side of the field, saving space below the fields?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
