When I insert a lable in the form and try to preview the form I get the following error:
String was not recognized as a valid Boolean.
I notice that the HideFieldCaption does not seem to save the state of the checkbox. The error further tells me:
[FormatException: String was not recognized as a valid Boolean.]
System.Boolean.Parse(String value) +9627522
Contour.Contrib.FieldTypes.Label.get_HideLabel() +18
Umbraco.Forms.UI.Usercontrols.RenderForm.RenderField(Object sender, RepeaterItemEventArgs e) +1348
Issues with Lable
Hi!
When I insert a lable in the form and try to preview the form I get the following error:
String was not recognized as a valid Boolean.
I notice that the HideFieldCaption does not seem to save the state of the checkbox. The error further tells me:
[FormatException: String was not recognized as a valid Boolean.] System.Boolean.Parse(String value) +9627522 Contour.Contrib.FieldTypes.Label.get_HideLabel() +18 Umbraco.Forms.UI.Usercontrols.RenderForm.RenderField(Object sender, RepeaterItemEventArgs e) +1348
Any idea on this?
Thanks,
Christopher
Hey Chris
Are you using 4.7.1.1? If so, check out a different thread about a similar problem.
is working on a reply...