I am using umbraco 4.5.2 and contour 1.1. I have multi step form when i go onto third page of 4 page form i get
Failed to load viewstate. The control tree into which
viewstate is being loaded must match the control tree that was used to
save viewstate during the previous request. For example, when adding
controls dynamically, the controls added during a post-back must match
the type and position of the controls added during the initial request.
Ignore this issue i have figured out what it is. I have created a new usercontrol which is the multi step bar hack i did. I then created form doc type and that had boolean parameter to say if form needs to show stepbar. Then in my form template i had code
I took that code out and just left the standard umbacoContour.RenderForm and it works, well kind of the form goes to end but does not create entry and email.
Multi step form bug
I am using umbraco 4.5.2 and contour 1.1. I have multi step form when i go onto third page of 4 page form i get
Regards
Ismail
Comment author was deleted
Hi Ismail,
Do you any custom fieldtypes on that form?
Tim,
No just standard fields and quite a few pre value fields that use documents as source.
Regards
Ismail
Comment author was deleted
Owkey thanks, does it also happen when you run the form in preview mode?
Tim,
In preview mode it does not error, however after submitting form i dont get entry in db or email which is part of workflow.
Regards
Ismail
Tim,
Ignore this issue i have figured out what it is. I have created a new usercontrol which is the multi step bar hack i did. I then created form doc type and that had boolean parameter to say if form needs to show stepbar. Then in my form template i had code
I took that code out and just left the standard umbacoContour.RenderForm and it works, well kind of the form goes to end but does not create entry and email.
Regards
Ismail
is working on a reply...