I have two forms neither of which can be saved. One of them has 4 steps and the other has 2
I created a new simple form with one text field and it will save. I can add extra fields and extra steps as I wish and it saves ok.
I then exported the 2 step form and imported it to create a new one. This new copy will not save either. But if I then delete one of the steps (either of them) it will save. I can then add extra steps without a problem.
This is a little impractical as a solution since it means having to re-enter the forms manually again.
After further investigation it looks like some kind of size issue.
I carried out the following:
1..Created a form with 2 fieldsets in dev & uploaded. 2..Could not save in live. 3..Removed some fields one by one. 4..After 3 removed - saved ok. 5..Added a new textfield - saved ok 6..Added a second textfield - Failed to save.
The xml below is from a ucf file based on the above. When imported into live, if I add a textfield it will save. If I add another textfield it will not.
As mentioned in my first post this is despite having the maxJsonLength value set to 2147483647.
Getting 'Error Saving Form' message in Contour
I am getting the message "Error saving form" after making a change to a form on the live site. This does not happen in the development environment.
A look at Firebug shows the message '500 internal Server Error' but nothing more useful than that.
I am running Contour 1.1.11 and Umbraco 4.7.1.
Having looked through the forums I tried upping the maxJsonLength value to 2147483647 but the problem still persists.
Any help would be much appreciated.
Comment author was deleted
Does it happen on all forms? Also if you create a new very simple one (just as a test)?
I have two forms neither of which can be saved. One of them has 4 steps and the other has 2
I created a new simple form with one text field and it will save. I can add extra fields and extra steps as I wish and it saves ok.
I then exported the 2 step form and imported it to create a new one. This new copy will not save either. But if I then delete one of the steps (either of them) it will save.
I can then add extra steps without a problem.
This is a little impractical as a solution since it means having to re-enter the forms manually again.
After further investigation it looks like some kind of size issue.
I carried out the following:
1..Created a form with 2 fieldsets in dev & uploaded.
2..Could not save in live.
3..Removed some fields one by one.
4..After 3 removed - saved ok.
5..Added a new textfield - saved ok
6..Added a second textfield - Failed to save.
The xml below is from a ucf file based on the above. When imported into live, if I add a textfield it will save. If I add another textfield it will not.
As mentioned in my first post this is despite having the maxJsonLength value set to 2147483647.
<?xml version="1.0" encoding="utf-8"?>
<Form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="UmbracoContour">
<Name>SizeTestForm</Name>
<Created>2011-12-08T11:29:09.09</Created>
<FieldIndicationType>NoIndicator</FieldIndicationType>
<Indicator />
<ShowValidationSummary>false</ShowValidationSummary>
<HideFieldValidation>false</HideFieldValidation>
<RequiredErrorMessage>{0} is mandatory</RequiredErrorMessage>
<InvalidErrorMessage>{0} is not valid</InvalidErrorMessage>
<MessageOnSubmit>Thank you</MessageOnSubmit>
<GoToPageOnSubmit>0</GoToPageOnSubmit>
<ManualApproval>false</ManualApproval>
<Archived>false</Archived>
<StoreRecordsLocally>true</StoreRecordsLocally>
<DisableDefaultStylesheet>false</DisableDefaultStylesheet>
<Pages>
<Page>
<FieldSets>
<FieldSet>
<Fields>
<Field>
<PreValues />
<Caption>Name</Caption>
<ToolTip />
<SortOrder>0</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>0</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>acb11e82-6e2e-465a-89e3-b55629804b93</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>true</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>House and Street</Caption>
<ToolTip />
<SortOrder>1</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>0</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>acb11e82-6e2e-465a-89e3-b55629804b93</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>true</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Village</Caption>
<ToolTip />
<SortOrder>2</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>0</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>acb11e82-6e2e-465a-89e3-b55629804b93</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Town</Caption>
<ToolTip />
<SortOrder>3</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>0</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>acb11e82-6e2e-465a-89e3-b55629804b93</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Post Code</Caption>
<ToolTip />
<SortOrder>4</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>0</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>acb11e82-6e2e-465a-89e3-b55629804b93</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>true</Mandatory>
<RegEx>^(([gG][iI][rR] {0,}0[aA]{2})|((([a-pr-uwyzA-PR-UWYZ][a-hk-yA-HK-Y]?[0-9][0-9]?)|(([a-pr-uwyzA-PR-UWYZ][0-9][a-hjkstuwA-HJKSTUW])|([a-pr-uwyzA-PR-UWYZ][0-9][a-hjkstuwA-HJKSTUW])|([a-pr-uwyzA-PR-UWYZ][a-hk-yA-HK-Y][0-9][abehmnprv-yABEHMNPRV-Y]))) {0,}[0-9][abd-hjlnp-uw-zABD-HJLNP-UW-Z]{2}))$</RegEx>
<RequiredErrorMessage />
<InvalidErrorMessage>That post code is not recognized</InvalidErrorMessage>
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Account ID</Caption>
<ToolTip />
<SortOrder>5</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>0</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>acb11e82-6e2e-465a-89e3-b55629804b93</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
</Fields>
<Caption>Your Details</Caption>
<SortOrder>0</SortOrder>
<Id>00000000-0000-0000-0000-000000000000</Id>
<Page>f017b588-79b7-43c6-88ee-832b14c9844b</Page>
</FieldSet>
<FieldSet>
<Fields>
<Field>
<PreValues>
<PreValue>
<Field>00000000-0000-0000-0000-000000000000</Field>
<Value>Location 1</Value>
<SortOrder>0</SortOrder>
</PreValue>
<PreValue>
<Field>00000000-0000-0000-0000-000000000000</Field>
<Value>Location 2</Value>
<SortOrder>1</SortOrder>
</PreValue>
<PreValue>
<Field>00000000-0000-0000-0000-000000000000</Field>
<Value>Location 3</Value>
<SortOrder>2</SortOrder>
</PreValue>
<PreValue>
<Field>00000000-0000-0000-0000-000000000000</Field>
<Value>Location 4</Value>
<SortOrder>3</SortOrder>
</PreValue>
<PreValue>
<Field>00000000-0000-0000-0000-000000000000</Field>
<Value>Location 5</Value>
<SortOrder>4</SortOrder>
</PreValue>
</PreValues>
<Caption>Location</Caption>
<ToolTip />
<SortOrder>0</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>903df9b0-a78c-11de-9fc1-db7a56d89593</FieldTypeId>
<Mandatory>true</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 1</Caption>
<ToolTip />
<SortOrder>1</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>true</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 1</Caption>
<ToolTip />
<SortOrder>2</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>true</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 2</Caption>
<ToolTip />
<SortOrder>3</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 2</Caption>
<ToolTip />
<SortOrder>4</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 3</Caption>
<ToolTip />
<SortOrder>5</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 3</Caption>
<ToolTip />
<SortOrder>6</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 4</Caption>
<ToolTip />
<SortOrder>7</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 4</Caption>
<ToolTip />
<SortOrder>8</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 5</Caption>
<ToolTip />
<SortOrder>9</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 5</Caption>
<ToolTip />
<SortOrder>10</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 6</Caption>
<ToolTip />
<SortOrder>11</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 6</Caption>
<ToolTip />
<SortOrder>12</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 7</Caption>
<ToolTip />
<SortOrder>13</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 7</Caption>
<ToolTip />
<SortOrder>14</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 8</Caption>
<ToolTip />
<SortOrder>15</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 8</Caption>
<ToolTip />
<SortOrder>16</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 9</Caption>
<ToolTip />
<SortOrder>17</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 9</Caption>
<ToolTip />
<SortOrder>18</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Order 10</Caption>
<ToolTip />
<SortOrder>19</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
<Field>
<PreValues />
<Caption>Quantity 10</Caption>
<ToolTip />
<SortOrder>20</SortOrder>
<PageIndex>0</PageIndex>
<FieldsetIndex>1</FieldsetIndex>
<Id>00000000-0000-0000-0000-000000000000</Id>
<FieldSet>7acd107c-2862-43d7-ae16-a64931cf304c</FieldSet>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
<FieldTypeId>3f92e01b-29e2-4a30-bf33-9df5580ed52c</FieldTypeId>
<Mandatory>false</Mandatory>
<RegEx />
<RequiredErrorMessage />
<InvalidErrorMessage />
<PreValueSourceId>00000000-0000-0000-0000-000000000000</PreValueSourceId>
<Settings>
<SettingOfStringString>
<Key>DefaultValue</Key>
<Value />
</SettingOfStringString>
</Settings>
</Field>
</Fields>
<Caption>Where would you like to collect your order?</Caption>
<SortOrder>1</SortOrder>
<Id>00000000-0000-0000-0000-000000000000</Id>
<Page>f017b588-79b7-43c6-88ee-832b14c9844b</Page>
</FieldSet>
</FieldSets>
<Caption>Repeat Order Form</Caption>
<SortOrder>0</SortOrder>
<Id>00000000-0000-0000-0000-000000000000</Id>
<Form>ad8eee2b-3864-4596-bca1-04700d6b2139</Form>
</Page>
</Pages>
<DataSource>00000000-0000-0000-0000-000000000000</DataSource>
<Id>ad8eee2b-3864-4596-bca1-04700d6b2139</Id>
</Form>
Comment author was deleted
Any chance I can take a look you can mail me the details on tg at umbraco dot com
Thanks,
Tim
is working on a reply...