Error when saving new form
Posted: 27 Jan 2017
Hi guys.
My version is 3.0.8.
I have a simple new form that only contains three fields: Title, Lookup field, HTML.
This will be the child list for a parent list, I am following this blog: http://spform.com/forms-designer- ... ms-control
I have put in the code in the JS, and the html code in the html field. When the CDATA is TRUE then I can save my form. If the CDATA is FALSE (in the blog it says CDATA=false) I get an error when saving the form.
Can you tell me why this error is happening?
-------------------------
This is the error:
System.Xml.XmlException: '__designer' is an unexpected token. Expecting white space. Line 30, position 105.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at HQnqIWpqg5aFHCboLJ.U44DQi4oiTrlBd6HYL.FyXauyg8ON(SPLimitedWebPartManager , String , Forms , XDocument )
at a3TEBbRGCZhtP1NwLr.f3iM7Jkhq3kcKyJSsl.CKIzpBgfo(Guid , Forms , XDocument )
at a3TEBbRGCZhtP1NwLr.f3iM7Jkhq3kcKyJSsl.VpJ9lPpdl(Guid , Forms , XDocument )
at FormsDesigner.Sharepoint.FDService.PublishForms(Guid listId, String contentTypeId, Guid groupId, Forms forms, String layout, ServiceFault& fault)
My version is 3.0.8.
I have a simple new form that only contains three fields: Title, Lookup field, HTML.
This will be the child list for a parent list, I am following this blog: http://spform.com/forms-designer- ... ms-control
I have put in the code in the JS, and the html code in the html field. When the CDATA is TRUE then I can save my form. If the CDATA is FALSE (in the blog it says CDATA=false) I get an error when saving the form.
Can you tell me why this error is happening?
-------------------------
This is the error:
System.Xml.XmlException: '__designer' is an unexpected token. Expecting white space. Line 30, position 105.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at HQnqIWpqg5aFHCboLJ.U44DQi4oiTrlBd6HYL.FyXauyg8ON(SPLimitedWebPartManager , String , Forms , XDocument )
at a3TEBbRGCZhtP1NwLr.f3iM7Jkhq3kcKyJSsl.CKIzpBgfo(Guid , Forms , XDocument )
at a3TEBbRGCZhtP1NwLr.f3iM7Jkhq3kcKyJSsl.VpJ9lPpdl(Guid , Forms , XDocument )
at FormsDesigner.Sharepoint.FDService.PublishForms(Guid listId, String contentTypeId, Guid groupId, Forms forms, String layout, ServiceFault& fault)