<?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: JQuery for Everyone: Pre-populate Form Fields</title>
	<atom:link href="http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/</link>
	<description>The SharePoint &#34;How-To&#34; Online Magazine</description>
	<lastBuildDate>Sun, 21 Mar 2010 23:16:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-2/#comment-47259</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-47259</guid>
		<description>Can this script be used to pre populate a table structure, say with 2 rows and 2 columns in a rich text box?</description>
		<content:encoded><![CDATA[<p>Can this script be used to pre populate a table structure, say with 2 rows and 2 columns in a rich text box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnM</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-2/#comment-44049</link>
		<dc:creator>JohnM</dc:creator>
		<pubDate>Wed, 10 Mar 2010 03:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-44049</guid>
		<description>Terrific piece of work Paul.

In the case of the People Picker, is it possible in the script to simulate a crtl-K keypress following the population of the text box in order to execue the check name ?</description>
		<content:encoded><![CDATA[<p>Terrific piece of work Paul.</p>
<p>In the case of the People Picker, is it possible in the script to simulate a crtl-K keypress following the population of the text box in order to execue the check name ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric R</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-2/#comment-38701</link>
		<dc:creator>Eric R</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-38701</guid>
		<description>This is a great little script that has much possibility for extension.  I used this as a base to dynamically capture form values of OTB Fields and custom fields with very uniqe rendering templates!  Great job</description>
		<content:encoded><![CDATA[<p>This is a great little script that has much possibility for extension.  I used this as a base to dynamically capture form values of OTB Fields and custom fields with very uniqe rendering templates!  Great job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike O</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-2/#comment-26503</link>
		<dc:creator>Mike O</dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-26503</guid>
		<description>I did see that, but I can&#039;t get it working.  At least I&#039;ve been pointed in the right direction.  Thank you.</description>
		<content:encoded><![CDATA[<p>I did see that, but I can&#8217;t get it working.  At least I&#8217;ve been pointed in the right direction.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AutoSponge</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-2/#comment-26478</link>
		<dc:creator>AutoSponge</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-26478</guid>
		<description>@Mike O,

The problem comes from IE (only) switching between SELECT and INPUT tags after the 20-item mark.  You should probably move to the more tested code at spff.codeplex.com and see if you still have problems.</description>
		<content:encoded><![CDATA[<p>@Mike O,</p>
<p>The problem comes from IE (only) switching between SELECT and INPUT tags after the 20-item mark.  You should probably move to the more tested code at spff.codeplex.com and see if you still have problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike O</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-1/#comment-26477</link>
		<dc:creator>Mike O</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-26477</guid>
		<description>Ok here is some more insight.  After more than 20 values were loaded into the list that the lookup pulls from, it started working correctly.  Help!</description>
		<content:encoded><![CDATA[<p>Ok here is some more insight.  After more than 20 values were loaded into the list that the lookup pulls from, it started working correctly.  Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike O</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-1/#comment-26472</link>
		<dc:creator>Mike O</dc:creator>
		<pubDate>Fri, 29 Jan 2010 17:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-26472</guid>
		<description>Hi,
Your script was a lifesaver in a few solutions I created, although I&#039;m having a bit of a crisis with my latest implimentation of your script.  I&#039;m passing a text value of a lookup field.  We found with some of the selections it does&#039;t set the field correctly.  The choices are two digit values.  There are some selections where you put say &quot;55&quot; in the url and it loads &quot;43&quot;.  I would be greatful if you can offer any insight.  About 70% of the the choices work, others set the wrong value.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Your script was a lifesaver in a few solutions I created, although I&#8217;m having a bit of a crisis with my latest implimentation of your script.  I&#8217;m passing a text value of a lookup field.  We found with some of the selections it does&#8217;t set the field correctly.  The choices are two digit values.  There are some selections where you put say &#8220;55&#8243; in the url and it loads &#8220;43&#8243;.  I would be greatful if you can offer any insight.  About 70% of the the choices work, others set the wrong value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-1/#comment-24620</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-24620</guid>
		<description>Thank you Paul... your reply sort of left me saying &quot;huh?&quot; so I&#039;ll just leave it as-is.    :-)</description>
		<content:encoded><![CDATA[<p>Thank you Paul&#8230; your reply sort of left me saying &#8220;huh?&#8221; so I&#8217;ll just leave it as-is.    :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AutoSponge</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-1/#comment-24619</link>
		<dc:creator>AutoSponge</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-24619</guid>
		<description>Nancy,

I don&#039;t think this will help you.  This is more for creating (usually dynamically) a link to a form with a query string that will pre-populate certain fields.  What you should probably do instead is create a script that sees the onchange event of the uploaded document&#039;s form field then fires the script that selects an appropriate lookup ID from and selects it.</description>
		<content:encoded><![CDATA[<p>Nancy,</p>
<p>I don&#8217;t think this will help you.  This is more for creating (usually dynamically) a link to a form with a query string that will pre-populate certain fields.  What you should probably do instead is create a script that sees the onchange event of the uploaded document&#8217;s form field then fires the script that selects an appropriate lookup ID from and selects it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.endusersharepoint.com/2009/04/20/jquery-for-everyone-pre-populate-form-fields/comment-page-1/#comment-24616</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=1395#comment-24616</guid>
		<description>Hopefully someone is still monitoring these comments... 

Will this script help in the following scenario?

List A has an associated Library B containing supporting documentation to the items in List A.

When a document is loaded, users must choose the name of the associated item in List A via lookup before the document can be saved. This is a long lookup list. I would like to be able to have this field automatically pull in the correct Item Name from List A.

In my data view of the List, if I place an &quot;Upload a Document&quot; link in the same row, can I use a query string to pass the Item Name somehow so that once the user chooses a document to upload, it will match it to the right list item automatically? Then they won&#039;t have to search the drop-down (and possibly select the wrong thing.</description>
		<content:encoded><![CDATA[<p>Hopefully someone is still monitoring these comments&#8230; </p>
<p>Will this script help in the following scenario?</p>
<p>List A has an associated Library B containing supporting documentation to the items in List A.</p>
<p>When a document is loaded, users must choose the name of the associated item in List A via lookup before the document can be saved. This is a long lookup list. I would like to be able to have this field automatically pull in the correct Item Name from List A.</p>
<p>In my data view of the List, if I place an &#8220;Upload a Document&#8221; link in the same row, can I use a query string to pass the Item Name somehow so that once the user chooses a document to upload, it will match it to the right list item automatically? Then they won&#8217;t have to search the drop-down (and possibly select the wrong thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
