<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Form design</title>
	<atom:link href="http://friedcellcollective.net/outbreak/2008/05/25/form-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/</link>
	<description>bursts of ideas and rants by the alterego</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:40:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lou Rosenfeld</title>
		<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/comment-page-1/#comment-79954</link>
		<dc:creator>Lou Rosenfeld</dc:creator>
		<pubDate>Thu, 29 May 2008 00:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=192#comment-79954</guid>
		<description>...and now it&#039;s implemented.  Thanks so much Marko!  To repay your generosity, I&#039;d be glad to send some free books, though you&#039;ve already purchased both.  How about a discount code for future use or for your friends/blog readers?</description>
		<content:encoded><![CDATA[<p>&#8230;and now it&#8217;s implemented.  Thanks so much Marko!  To repay your generosity, I&#8217;d be glad to send some free books, though you&#8217;ve already purchased both.  How about a discount code for future use or for your friends/blog readers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou Rosenfeld</title>
		<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/comment-page-1/#comment-79886</link>
		<dc:creator>Lou Rosenfeld</dc:creator>
		<pubDate>Wed, 28 May 2008 13:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=192#comment-79886</guid>
		<description>Wow!  Outstanding, Marko; let me point our developer this way and see if he can make this work.  Will keep you posted...</description>
		<content:encoded><![CDATA[<p>Wow!  Outstanding, Marko; let me point our developer this way and see if he can make this work.  Will keep you posted&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Mrdjenovic</title>
		<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/comment-page-1/#comment-79866</link>
		<dc:creator>Marko Mrdjenovic</dc:creator>
		<pubDate>Wed, 28 May 2008 08:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=192#comment-79866</guid>
		<description>Let me help you with that.

In /css/section-cart.css you need to change line 186 from
&lt;code&gt;table.col-one label .khxc_formfield {&lt;/code&gt;
to
&lt;code&gt;table.col-one label .khxc_formfield, table.col-one label .khxc_formfield_rnc {&lt;/code&gt;
and line 193 from 
&lt;code&gt;* html table.col-one label .khxc_formfield {&lt;/code&gt;
to 
&lt;code&gt;* html table.col-one label .khxc_formfield, * html table.col-one label .khxc_formfield_rnc {&lt;/code&gt;

This is to make sure the form doesn&#039;t fall apart when a requested field is missing.

Now to highlight the missing fields you should add the following lines to the same file, preferably on line 196 and add styles that will highlight the fields:
&lt;code&gt;table.col-one label .khxc_formfield_rnc {
	border: 1px solid #107B84;
	padding: 1px;
}&lt;/code&gt;

The example will turn the border link green. Done and tested in Firefox on a Vista machine.</description>
		<content:encoded><![CDATA[<p>Let me help you with that.</p>
<p>In /css/section-cart.css you need to change line 186 from<br />
<code>table.col-one label .khxc_formfield {</code><br />
to<br />
<code>table.col-one label .khxc_formfield, table.col-one label .khxc_formfield_rnc {</code><br />
and line 193 from<br />
<code>* html table.col-one label .khxc_formfield {</code><br />
to<br />
<code>* html table.col-one label .khxc_formfield, * html table.col-one label .khxc_formfield_rnc {</code></p>
<p>This is to make sure the form doesn&#8217;t fall apart when a requested field is missing.</p>
<p>Now to highlight the missing fields you should add the following lines to the same file, preferably on line 196 and add styles that will highlight the fields:<br />
<code>table.col-one label .khxc_formfield_rnc {<br />
	border: 1px solid #107B84;<br />
	padding: 1px;<br />
}</code></p>
<p>The example will turn the border link green. Done and tested in Firefox on a Vista machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou Rosenfeld</title>
		<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/comment-page-1/#comment-79612</link>
		<dc:creator>Lou Rosenfeld</dc:creator>
		<pubDate>Mon, 26 May 2008 17:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=192#comment-79612</guid>
		<description>Agreed; it&#039;s on our to-do list!  Thanks Marko.</description>
		<content:encoded><![CDATA[<p>Agreed; it&#8217;s on our to-do list!  Thanks Marko.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Mrdjenovic</title>
		<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/comment-page-1/#comment-79603</link>
		<dc:creator>Marko Mrdjenovic</dc:creator>
		<pubDate>Mon, 26 May 2008 16:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=192#comment-79603</guid>
		<description>I hope I will too - I just bought it and am eagerly waiting for it to be delivered.

What I suggest is that you at least make the select field highlighted - that way when scanning the form I’d see what&#039;s missing. It’s not the ultimate solution but it’s better than what you have now.</description>
		<content:encoded><![CDATA[<p>I hope I will too &#8211; I just bought it and am eagerly waiting for it to be delivered.</p>
<p>What I suggest is that you at least make the select field highlighted &#8211; that way when scanning the form I’d see what&#8217;s missing. It’s not the ultimate solution but it’s better than what you have now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou Rosenfeld</title>
		<link>http://friedcellcollective.net/outbreak/2008/05/25/form-design/comment-page-1/#comment-79529</link>
		<dc:creator>Lou Rosenfeld</dc:creator>
		<pubDate>Mon, 26 May 2008 04:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=192#comment-79529</guid>
		<description>Fair enough criticism (I should mention that I&#039;m the publisher of Luke&#039;s book).  We actually tried to remove &quot;Not Applicable&quot; as an option, and just leave it blank, as it sounds like you would have expected.  But we ran into some difficult problems, namely that the shopping cart application developer hard-coded this behavior in a way that we couldn&#039;t override.  

In any case, we&#039;ll take another look at this problem (though it&#039;s the first time it&#039;s come up--at least publicly!).  Thanks for noting it, and despite our own form design issues, I hope you enjoy Luke&#039;s book!</description>
		<content:encoded><![CDATA[<p>Fair enough criticism (I should mention that I&#8217;m the publisher of Luke&#8217;s book).  We actually tried to remove &#8220;Not Applicable&#8221; as an option, and just leave it blank, as it sounds like you would have expected.  But we ran into some difficult problems, namely that the shopping cart application developer hard-coded this behavior in a way that we couldn&#8217;t override.  </p>
<p>In any case, we&#8217;ll take another look at this problem (though it&#8217;s the first time it&#8217;s come up&#8211;at least publicly!).  Thanks for noting it, and despite our own form design issues, I hope you enjoy Luke&#8217;s book!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

