I am having a problem when creating a multi step form/survey with Contour. Using either the form preview or page containging the macro, I can fill out the fist two steps and when it goes to the third step, I am getting the following server error;
Umbraco Version: 4.03
asp.net version: 3.5
Windows and iis version: Server 2003, IIS 6
Stack Trace:
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7469351 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.String.System.IConvertible.ToInt32(IFormatProvider provider) +46 System.Convert.ToInt32(Object value) +28 umbraco.providers.members.UmbracoMembershipProvider.GetUser(Object providerUserKey, Boolean userIsOnline) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\providers\members\MembersMembershipProvider.cs:605 System.Web.Security.Membership.GetUser(Object providerUserKey, Boolean userIsOnline) +61 System.Web.Security.Membership.GetUser(Object providerUserKey) +6 Umbraco.Forms.Core.Record.ToXml(XmlDocument xd) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Record.cs:51 Umbraco.Forms.Data.Storage.RecordStorage.UpdateRecordXml(Record record, Form form) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Data\RecordStorage\RecordStorage.cs:208 Umbraco.Forms.Data.Storage.RecordStorage.UpdateRecord(Record record, Form form) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Data\RecordStorage\RecordStorage.cs:185 Umbraco.Forms.Core.Services.RecordService.SaveRecord() in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Services\RecordService\RecordService.cs:328 Umbraco.Forms.UI.Usercontrols.RenderForm.nextPage(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.UI\Usercontrols\RenderForm.ascx.cs:182 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Has anyone else experienced this problem? This is always happening straight after the second form step.
Contour Multiple Form Steps
Hi Guys
I am having a problem when creating a multi step form/survey with Contour. Using either the form preview or page containging the macro, I can fill out the fist two steps and when it goes to the third step, I am getting the following server error;
Stack Trace:
Has anyone else experienced this problem? This is always happening straight after the second form step.
Kind Regards
Evan
Investigating now to see if we can reproduce, and if a patch is needed.
Did you ever find an answer to this issue? I've just encountered it now...
Hi Philip
What version of Contour are you using?
Upgrading to 1.07 fixed the issue for me.
http://our.umbraco.org/forum/umbraco-pro/contour/5901-Contour-107-ready-for-testing
Cheers
Evan
is working on a reply...