<?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: New Form Design Best-Practices Blog</title>
	<atom:link href="http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: wht.rbt</title>
		<link>http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/#comment-4746</link>
		<dc:creator>wht.rbt</dc:creator>
		<pubDate>Wed, 22 Oct 2008 04:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/#comment-4746</guid>
		<description>Thanks for the advice Stefan!
I&#039;ll see how I go. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the advice Stefan!<br />
I&#8217;ll see how I go. <img src='http://forms.stefcameron.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/#comment-4745</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Sun, 19 Oct 2008 18:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/#comment-4745</guid>
		<description>wht.rbt,

I can think of two ways you could do this:

&lt;ol&gt;
&lt;li&gt;Create a script object and define a function in it that loops through all the sections, looking for ones that are visible. In those sections, the section number will be a field. As the script finds visible sections, it sets the value of the section number field to the next in the sequence of 1.1, 1.2, ..., 3.4, 3.5... You then call this script object function from all the fields in your form which could affect the presence of a section after their values are set (you would likely call the function from the field&#039;s Exit event).&lt;/li&gt;
&lt;li&gt;A slightly more efficient way to do this would be to make the script object function able to pick-up in the middle of the sequence so that you only need to loop through all sections &lt;i&gt;after&lt;/i&gt; the one that was hidden in order to decrease their numbers by 1...&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>wht.rbt,</p>
<p>I can think of two ways you could do this:</p>
<ol>
<li>Create a script object and define a function in it that loops through all the sections, looking for ones that are visible. In those sections, the section number will be a field. As the script finds visible sections, it sets the value of the section number field to the next in the sequence of 1.1, 1.2, &#8230;, 3.4, 3.5&#8230; You then call this script object function from all the fields in your form which could affect the presence of a section after their values are set (you would likely call the function from the field&#8217;s Exit event).</li>
<li>A slightly more efficient way to do this would be to make the script object function able to pick-up in the middle of the sequence so that you only need to loop through all sections <i>after</i> the one that was hidden in order to decrease their numbers by 1&#8230;</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: wht.rbt</title>
		<link>http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/#comment-4744</link>
		<dc:creator>wht.rbt</dc:creator>
		<pubDate>Wed, 15 Oct 2008 23:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/2008/10/15/new-form-design-best-practices-blog/#comment-4744</guid>
		<description>Hi Stefan,

I&#039;ve been reading your blog for a while - I have been using LiveCycle at work for a form that guides staff through a phone interview, and the contents entered become a (slightly different) printed version to be sent to the interviewee.  I&#039;ve found LiveCycle very quirky to use, and got a lot of unexpected results - but your articles have explained a lot of the reasons behind these!

I&#039;m currently wondering about the best way to implement numbered sections into this interview form.
Depending on the interviewee&#039;s answers, different numbered sections (i.e. 1.1, 1.2, 1.3, 2.1, 3.1, 3.2) will be shown/hidden from the form.

I originally wanted each section to have a consistent number, so that the final form might be hiding 1.2 and 3.2.
For compliance reasons however, it will need these numbers to be automatically updated - so that if 1.2 is hidden, 1.3 is renumbered as 1.2.

The form has about 50 sections.

Any advice about achieving this would be much appreciated! :)</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>I&#8217;ve been reading your blog for a while &#8211; I have been using LiveCycle at work for a form that guides staff through a phone interview, and the contents entered become a (slightly different) printed version to be sent to the interviewee.  I&#8217;ve found LiveCycle very quirky to use, and got a lot of unexpected results &#8211; but your articles have explained a lot of the reasons behind these!</p>
<p>I&#8217;m currently wondering about the best way to implement numbered sections into this interview form.<br />
Depending on the interviewee&#8217;s answers, different numbered sections (i.e. 1.1, 1.2, 1.3, 2.1, 3.1, 3.2) will be shown/hidden from the form.</p>
<p>I originally wanted each section to have a consistent number, so that the final form might be hiding 1.2 and 3.2.<br />
For compliance reasons however, it will need these numbers to be automatically updated &#8211; so that if 1.2 is hidden, 1.3 is renumbered as 1.2.</p>
<p>The form has about 50 sections.</p>
<p>Any advice about achieving this would be much appreciated! <img src='http://forms.stefcameron.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

