<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Orchard Custom Forms Module</title><link>http://orchardcustomforms.codeplex.com/project/feeds/rss</link><description>Lets you create custom forms like contact forms or content contributions.</description><item><title>New Post: Retain the order of fields during creation</title><link>http://orchardcustomforms.codeplex.com/discussions/430081</link><description>&lt;div style="line-height: normal;"&gt;You can call out a specific field by using something like this: &amp;lt;Place Fields_Numeric_Edit-NumberOfUsers=&amp;quot;Content:2.0&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;NumberOfUsers&amp;quot; is the name of the field.&lt;br /&gt;
&lt;br /&gt;
Hope that works for you.&lt;br /&gt;
&lt;/div&gt;</description><author>AdrianNoble</author><pubDate>Tue, 23 Apr 2013 01:02:19 GMT</pubDate><guid isPermaLink="false">New Post: Retain the order of fields during creation 20130423010219A</guid></item><item><title>Created Issue: Custom Forms Content Type Alternate shape not render after form submit with validation fail [12]</title><link>http://orchardcustomforms.codeplex.com/workitem/12</link><description>I have created a Custom Forms with Content Type __MarketingPreferences__ and change the view in theme with __Content.Edit-MarketingPreferences.cshtml__ which works fine when the form load first time, but if the form is posted with validation error with required fields the above alternate is not loaded, instead it jumps back to the Content.Edit.cshtml.&lt;br /&gt;</description><author>scorpioreloaded</author><pubDate>Fri, 22 Mar 2013 11:13:20 GMT</pubDate><guid isPermaLink="false">Created Issue: Custom Forms Content Type Alternate shape not render after form submit with validation fail [12] 20130322111320A</guid></item><item><title>Commented Issue: Custom form title part and contenttype replacement fter submit [10]</title><link>http://orchardcustomforms.codeplex.com/workitem/10</link><description>Custom form title part and content type are taken from invalid entry if it has not passed validation after submit. Hope you better understand it with an repro steps&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create ContentType with TitlePart and Required text field.&lt;br /&gt;2. Create a form for ContentType&lt;br /&gt;&lt;br /&gt;3. Submit a form with empty values -&amp;#62; ValidationSummary is shown, no Title is shown.&lt;br /&gt;4. Submit a form with some Title but empty required field -&amp;#62; ValidationSummary is shown, Title from submitted value is shown.&lt;br /&gt;&lt;br /&gt;Isn&amp;#39;t it should show the Custom Form title instead of Content title all the time&amp;#63;&lt;br /&gt;Comments: Temporary solution is to alternate Parts.Title shape with &amp;#34;Parts.Title-url-contact.cshtml&amp;#34; &amp;#40;replace &amp;#39;contact&amp;#39; with proper page name&amp;#41; and hardcode both strings&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;&amp;#64;&amp;#123;&amp;#10;    Layout.Title &amp;#61; &amp;#34;My Contact Form&amp;#34;&amp;#59;&amp;#10;&amp;#125;&amp;#10;&amp;#10;&amp;#60;h1&amp;#62;Contact Form Header&amp;#60;&amp;#47;h1&amp;#62;&amp;#10;&amp;#96;&amp;#96;&amp;#96;</description><author>Xeevis</author><pubDate>Thu, 21 Mar 2013 14:00:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Custom form title part and contenttype replacement fter submit [10] 20130321020017P</guid></item><item><title>Commented Issue: Custom form title part and contenttype replacement fter submit [10]</title><link>http://orchardcustomforms.codeplex.com/workitem/10</link><description>Custom form title part and content type are taken from invalid entry if it has not passed validation after submit. Hope you better understand it with an repro steps&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create ContentType with TitlePart and Required text field.&lt;br /&gt;2. Create a form for ContentType&lt;br /&gt;&lt;br /&gt;3. Submit a form with empty values -&amp;#62; ValidationSummary is shown, no Title is shown.&lt;br /&gt;4. Submit a form with some Title but empty required field -&amp;#62; ValidationSummary is shown, Title from submitted value is shown.&lt;br /&gt;&lt;br /&gt;Isn&amp;#39;t it should show the Custom Form title instead of Content title all the time&amp;#63;&lt;br /&gt;Comments: I&amp;#39;ve encountered same issue, when form is submitted and validation fails the Model.Title in &amp;#126;&amp;#47;Core&amp;#47;Title&amp;#47;Views&amp;#47;Parts.Title.cshtml is emptied thus empty &amp;#60;title&amp;#62; and &amp;#60;h1&amp;#62; tags.</description><author>Xeevis</author><pubDate>Thu, 21 Mar 2013 13:54:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Custom form title part and contenttype replacement fter submit [10] 20130321015426P</guid></item><item><title>New Post: Retain the order of fields during creation</title><link>http://orchardcustomforms.codeplex.com/discussions/430081</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I created a custom form, and adding the fields in a specific order. The form is like a questionnaire wherein the next question is a follow-up of the previous question(s) above it.&lt;/p&gt;
&lt;p&gt;I tried modifying the placement.info file, but I can only modify the sequence per control type (numeric before datetime, boolean before text)...&lt;/p&gt;
&lt;p&gt;I tried making the order number the same, &amp;nbsp;in the hopes that the &amp;quot;default&amp;quot; ordering of fields at the time of creation will take over - no joy.&lt;/p&gt;
&lt;pre&gt;  &amp;lt;Place Fields_Input_Edit=&amp;quot;Content:&lt;span style="color:#ff0000"&gt;2.0&lt;/span&gt;&amp;quot;/&amp;gt;
  &amp;lt;Place Fields_Input=&amp;quot;Content:after&amp;quot;/&amp;gt;
 
  &amp;lt;!-- Numeric --&amp;gt;
  &amp;lt;Place Fields_Numeric_Edit=&amp;quot;Content:&lt;span style="color:#ff0000"&gt;2.0&lt;/span&gt;&amp;quot;/&amp;gt;
  &amp;lt;Place Fields_Numeric=&amp;quot;Content:after&amp;quot;/&amp;gt;&lt;/pre&gt;
&lt;p&gt;So I guess the next step here is to use the Shape Designer, inspect the &amp;quot;widget&amp;quot; and override it (Shape-&amp;gt;Alternate-Create)? It generates a file (e.g.
&lt;em&gt;Widget-url-membership-online-application.cshtml&lt;/em&gt; ), and I guess I will start working from this file?&lt;/p&gt;
&lt;p&gt;The contents of the file just shows this:&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;@&lt;/span&gt;&lt;span&gt;Display&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;Model&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Content&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;
&lt;/pre&gt;
&lt;p&gt;How do I address a specific field such I can do something like:&lt;/p&gt;
&lt;pre&gt;&lt;pre&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;label&lt;/span&gt; &lt;span&gt;for&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;FirstName&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;&lt;span&gt;@&lt;/span&gt;&lt;span&gt;T&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;Your First Name&amp;quot;&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;label&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;
&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;input&lt;/span&gt; &lt;span&gt;id&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;FirstName&amp;quot;&lt;/span&gt; &lt;span&gt;class&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;text&amp;quot;&lt;/span&gt; &lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;FirstName&amp;quot;&lt;/span&gt; &lt;span&gt;type&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;text&amp;quot;&lt;/span&gt; &lt;span&gt;value&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;span style="color:#ff0000"&gt;@Model.??????&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size:10pt"&gt;There must be an easier way!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>ericpanorel</author><pubDate>Fri, 18 Jan 2013 18:50:45 GMT</pubDate><guid isPermaLink="false">New Post: Retain the order of fields during creation 20130118065045P</guid></item><item><title>Created Issue: Orchard Custom forms null exception  [11]</title><link>http://orchardcustomforms.codeplex.com/workitem/11</link><description>I deleted the custom form content type and tried to click FORM from the dashboard  to create a content item but i couldn&amp;#39;t create new but rather it throws the attached null exception.&lt;br /&gt;</description><author>Dekus</author><pubDate>Fri, 21 Dec 2012 23:00:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Orchard Custom forms null exception  [11] 20121221110041P</guid></item><item><title>New Post: Custom Forms Localization</title><link>http://orchardcustomforms.codeplex.com/discussions/406964</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've built a multi lingual site, with a custom form.&lt;/p&gt;
&lt;p&gt;I needed the form to appear in the selected language in the 'culture picker', but even after adding the 'localization' part to my form content type i was unable to create a translation,&lt;/p&gt;
&lt;p&gt;since the translations are created through the content items menu, but there is no content item for a custom form.&lt;/p&gt;
&lt;p&gt;This is very problamatic for me because i need the localizations to show the right form on the main menu.&lt;/p&gt;
&lt;p&gt;Please help :)&lt;/p&gt;
&lt;/div&gt;</description><author>julia_v</author><pubDate>Mon, 17 Dec 2012 08:34:46 GMT</pubDate><guid isPermaLink="false">New Post: Custom Forms Localization 20121217083446A</guid></item><item><title>New Post: Sub headers within forms</title><link>http://orchardcustomforms.codeplex.com/discussions/406960</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have created a form and finally got ordering worked out with placement.info but I need to insert some h2 tags in between sets of fields, I have been searching for hours but found nothing. would someone please point me in the right direction?&lt;br&gt;
&lt;br&gt;
Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>virtualtap</author><pubDate>Mon, 17 Dec 2012 06:54:40 GMT</pubDate><guid isPermaLink="false">New Post: Sub headers within forms 20121217065440A</guid></item><item><title>Commented Issue: Define an alternate view of a Field EditorTemplate in current Theme [5]</title><link>http://orchardcustomforms.codeplex.com/workitem/5</link><description>Is it possible to add an alternate in our theme for a Field EditorTemplate in order to customize the way it is displayed in a form &amp;#63;&lt;br /&gt;Comments: Correction &amp;#58;&amp;#10;&amp;#92;Themes&amp;#92;&amp;#123;YourTheme&amp;#125;&amp;#92;Views&amp;#92;EditorTemplates&amp;#92;Fields.&amp;#123;FieldName&amp;#125;.Edit.cshtml</description><author>agriffard</author><pubDate>Thu, 06 Dec 2012 17:41:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Define an alternate view of a Field EditorTemplate in current Theme [5] 20121206054110P</guid></item><item><title>Commented Issue: Define an alternate view of a Field EditorTemplate in current Theme [5]</title><link>http://orchardcustomforms.codeplex.com/workitem/5</link><description>Is it possible to add an alternate in our theme for a Field EditorTemplate in order to customize the way it is displayed in a form &amp;#63;&lt;br /&gt;Comments: &amp;#92;Themes&amp;#92;&amp;#123;YourTheme&amp;#125;&amp;#92;Views&amp;#92;EditorTemplates&amp;#92;Fields&amp;#92;&amp;#123;FieldName&amp;#125;.Edit.cshtml</description><author>agriffard</author><pubDate>Thu, 06 Dec 2012 15:50:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Define an alternate view of a Field EditorTemplate in current Theme [5] 20121206035011P</guid></item><item><title>Created Issue: Custom form title part and contenttype replacement fter submit [10]</title><link>http://orchardcustomforms.codeplex.com/workitem/10</link><description>Custom form title part and content type are taken from invalid entry if it has not passed validation after submit. Hope you better understand it with an repro steps&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create ContentType with TitlePart and Required text field.&lt;br /&gt;2. Create a form for ContentType&lt;br /&gt;&lt;br /&gt;3. Submit a form with empty values -&amp;#62; ValidationSummary is shown, no Title is shown.&lt;br /&gt;4. Submit a form with some Title but empty required field -&amp;#62; ValidationSummary is shown, Title from submitted value is shown.&lt;br /&gt;&lt;br /&gt;Isn&amp;#39;t it should show the Custom Form title instead of Content title all the time&amp;#63;&lt;br /&gt;</description><author>ikutsin</author><pubDate>Sat, 01 Dec 2012 12:16:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Custom form title part and contenttype replacement fter submit [10] 20121201121651P</guid></item><item><title>Edited Issue: The pager is never shown [9]</title><link>http://orchardcustomforms.codeplex.com/workitem/9</link><description>Currently the LINQ query for get the item total count for feed the pager is not using the same base used for get the first page of results from the query of any custom forms item. In fact, the query for the pager seems wrong.&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;I did a pull request of a fork at &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;http&amp;#58;&amp;#47;&amp;#47;orchardcustomforms.codeplex.com&amp;#47;SourceControl&amp;#47;network&amp;#47;forks&amp;#47;JGAMBA&amp;#47;CustomFormsPagerQuery&amp;#47;contribution&amp;#47;3681&lt;br /&gt;</description><author>JGAMBA</author><pubDate>Wed, 21 Nov 2012 15:12:10 GMT</pubDate><guid isPermaLink="false">Edited Issue: The pager is never shown [9] 20121121031210P</guid></item><item><title>Edited Issue: The pager is never shown [9]</title><link>http://orchardcustomforms.codeplex.com/workitem/9</link><description>Currently the LINQ query for get the item total count for feed the pager is not using the same base used for get the first page of results from the query of any custom forms item. In fact, the query for the pager seems wrong.&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;I did a pull request of a fork at &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;http&amp;#58;&amp;#47;&amp;#47;orchardcustomforms.codeplex.com&amp;#47;SourceControl&amp;#47;network&amp;#47;forks&amp;#47;JGAMBA&amp;#47;CustomFormsPagerQuery&amp;#47;contribution&amp;#47;3679&lt;br /&gt;</description><author>JGAMBA</author><pubDate>Wed, 21 Nov 2012 14:21:15 GMT</pubDate><guid isPermaLink="false">Edited Issue: The pager is never shown [9] 20121121022115P</guid></item><item><title>Created Issue: The pager is never shown [9]</title><link>http://orchardcustomforms.codeplex.com/workitem/9</link><description>Currently the LINQ query for get the item total count for feed the pager is not using the same base used for get the first page of results from the query of any custom forms item. In fact, the query for the pager seems wrong.&lt;br /&gt;&lt;br /&gt;I did a pull request of a fork at http&amp;#58;&amp;#47;&amp;#47;orchardcustomforms.codeplex.com&amp;#47;SourceControl&amp;#47;network&amp;#47;forks&amp;#47;JGAMBA&amp;#47;CustomFormsPagerQuery&amp;#47;contribution&amp;#47;3679&lt;br /&gt;</description><author>JGAMBA</author><pubDate>Wed, 21 Nov 2012 14:20:28 GMT</pubDate><guid isPermaLink="false">Created Issue: The pager is never shown [9] 20121121022028P</guid></item><item><title>New Post: Custom Forms Submisison to Database</title><link>http://orchardcustomforms.codeplex.com/discussions/398885</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;I am new to orchard, I have created a custom form and I have created a rule to have the submission emailed. Works great! But now I would also like the results to go into the database, however I cant find anything that explains how to do this. I don't want
 to go off doing some crazy time consuming thing if there is a clear path.&amp;nbsp; Can anyone point me in the right direction?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>virtualtap</author><pubDate>Wed, 10 Oct 2012 21:05:13 GMT</pubDate><guid isPermaLink="false">New Post: Custom Forms Submisison to Database 20121010090513P</guid></item><item><title>Commented Issue: No Form Submission Content In Emails [1]</title><link>http://orchardcustomforms.codeplex.com/workitem/1</link><description>Form submissions are saving to the db and emails are being sent, but no matter which tokens I use &amp;#40;rules&amp;#62;send email&amp;#62; body&amp;#41; I&amp;#39;m unable to get the form submission contents to appear in the body of the emails.&lt;br /&gt;Is this a bug or just not yet built into the module&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;JV&lt;br /&gt;Comments: Sorry I missed that you tried Tokens</description><author>virtualtap</author><pubDate>Wed, 10 Oct 2012 06:46:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: No Form Submission Content In Emails [1] 20121010064643A</guid></item><item><title>Commented Issue: No Form Submission Content In Emails [1]</title><link>http://orchardcustomforms.codeplex.com/workitem/1</link><description>Form submissions are saving to the db and emails are being sent, but no matter which tokens I use &amp;#40;rules&amp;#62;send email&amp;#62; body&amp;#41; I&amp;#39;m unable to get the form submission contents to appear in the body of the emails.&lt;br /&gt;Is this a bug or just not yet built into the module&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;JV&lt;br /&gt;Comments: add the tokens to the subject body&amp;#10;For example I have the following in the subject&amp;#10;&amp;#10;contact submission from &amp;#123;Request.Form&amp;#58;Contact.Name.Value&amp;#125;&amp;#10;&amp;#10;and the following in the body&amp;#10;&amp;#10;&amp;#60;p&amp;#62;Details are as follows&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&amp;#10;&amp;#60;ul&amp;#62;&amp;#10;&amp;#60;li&amp;#62;Contact Name&amp;#58;  &amp;#123;Request.Form&amp;#58;Contact.Name.Value&amp;#125;&amp;#60;&amp;#47;li&amp;#62;&amp;#10;&amp;#60;li&amp;#62;Contact Email&amp;#58;  &amp;#123;Request.Form&amp;#58;Contact.Email.Value&amp;#125;&amp;#60;&amp;#47;li&amp;#62;&amp;#10;&amp;#60;li&amp;#62;Contact Phone&amp;#58;  &amp;#123;Request.Form&amp;#58;Contact.Phone.Value&amp;#125;&amp;#60;&amp;#47;li&amp;#62;&amp;#10;&amp;#60;&amp;#47;ul&amp;#62;&amp;#10;&amp;#60;p&amp;#62;Message&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&amp;#10;&amp;#60;p&amp;#62;Contact Message&amp;#58;  &amp;#123;Request.Form&amp;#58;Contact.Message.Text&amp;#125;&amp;#60;&amp;#47;p&amp;#62;&amp;#10;&amp;#10;&amp;#10;&amp;#10;Note that when you go to the rule you will see something similar to the following&amp;#10;When a custom form for types &amp;#40;Contact&amp;#41; is submitted.&amp;#10;&amp;#10;where &amp;#40;Contact&amp;#41; is what I put in the Token   ie &amp;#123;Request.Form&amp;#58;Contact....&amp;#10;&amp;#10;&amp;#10;&amp;#10;</description><author>virtualtap</author><pubDate>Wed, 10 Oct 2012 06:43:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: No Form Submission Content In Emails [1] 20121010064321A</guid></item><item><title>New Post: Custom form title part placement not working</title><link>http://orchardcustomforms.codeplex.com/discussions/398474</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Please see &lt;a href="http://orchard.codeplex.com/discussions/398473"&gt;http://orchard.codeplex.com/discussions/398473&lt;/a&gt;&amp;nbsp;- the code about this is only in the main repo, hence the redirect.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;P.&lt;/p&gt;
&lt;/div&gt;</description><author>pnmcosta</author><pubDate>Mon, 08 Oct 2012 13:44:18 GMT</pubDate><guid isPermaLink="false">New Post: Custom form title part placement not working 20121008014418P</guid></item><item><title>New Post: CustomForm creation fails on Orchard 1.4.2</title><link>http://orchardcustomforms.codeplex.com/discussions/397230</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I follow the directions &lt;a href="http://devdirective.com/post/160/how-to-create-custom-forms-in-orchard-cms-with-email-and-recaptcha " target="_blank"&gt;
here&lt;/a&gt; carefully and all goes fine, but when I save or publish a custom form I get a page not found at the designated URL and the below error shows in the logs:&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800000"&gt;2012-09-27 12:27:56,077 [41] NHibernate.Util.ADOExceptionReporter - Violation of PRIMARY KEY constraint 'PK__orchard___3214EC0744FF419A'. Cannot insert duplicate key in object 'dbo.orchard_Common_CommonPartRecord'. The duplicate
 key value is (255).&lt;/span&gt;&lt;br&gt;
&lt;span style="color:#800000"&gt;The statement has been terminated.&lt;/span&gt;&lt;br&gt;
&lt;span style="color:#800000"&gt;2012-09-27 12:27:56,077 [41] Orchard.ContentManagement.DefaultContentManager - GenericADOException thrown from IContentHandler by Orchard.Indexing.Handlers.CreateIndexingTaskHandler&lt;/span&gt;&lt;br&gt;
&lt;span style="color:#800000"&gt;NHibernate.Exceptions.GenericADOException: could not insert: [Orchard.Core.Common.Models.CommonPartRecord#255][SQL: INSERT INTO orchard_Common_CommonPartRecord (OwnerId, CreatedUtc, PublishedUtc, ModifiedUtc, Container_id, Id) VALUES
 (?, ?, ?, ?, ?, ?)] ---&amp;gt; System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK__orchard___3214EC0744FF419A'. Cannot insert duplicate key in object 'dbo.orchard_Common_CommonPartRecord'. The duplicate key value is (255).&lt;/span&gt;&lt;br&gt;
&lt;span style="color:#800000"&gt;The statement has been terminated.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000"&gt;&lt;span style="color:#000000"&gt;When I look in the &lt;/span&gt;
&lt;/span&gt;&lt;span style="color:#000000"&gt;dbo.orchard_Common_CommonPartRecord&lt;/span&gt;&lt;span style="color:#ff0000"&gt;&lt;span style="color:#000000"&gt; table, there is no record with PK value of 255. The PK isn't an Identity column, but when I create a test page the PK value
 follows the failed form attempts indicated record id numbers, like they're actually there (ie: if I create a test page now, it will be numbered 256, though no 255 exists). Strange. Any ideas?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000"&gt;&lt;span style="color:#000000"&gt;Thanks in advance for any help/tips!
&lt;br&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>jackinthegreen</author><pubDate>Thu, 27 Sep 2012 20:24:55 GMT</pubDate><guid isPermaLink="false">New Post: CustomForm creation fails on Orchard 1.4.2 20120927082455P</guid></item><item><title>Created Issue: Multiple fieldsets not needed and missing legend [8]</title><link>http://orchardcustomforms.codeplex.com/workitem/8</link><description>Maybe this isn&amp;#39;t a custom forms issue and simply a fields issue, but whenever a custom for is created each field gets wrapped in its own fieldset tag. This is not the way fieldsets should be utilized as far as I understand it. Instead rather a fieldset should include a legend and then the fields should be wrapped in a single fieldset &amp;#40;thus the tag fieldSET&amp;#41;.&lt;br /&gt;Not sure how best to handle this so any advice would be much appreciated.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;</description><author>nxtjv</author><pubDate>Wed, 26 Sep 2012 22:11:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Multiple fieldsets not needed and missing legend [8] 20120926101100P</guid></item></channel></rss>