OK, so I'm separating this out from an earlier thread I somewhat hijacked. I'm creating a form using FaaS, and I've created a checkout page that it refers to. When I submit something, I get an error: on=Xml Error The element 'CustomField' in namespace 'urn:APISchema.xsd' has incomplete content. List of possible elements expected: 'FieldValue' in namespace 'urn:APISchema.xsd'.
Three Questions:
1) what does this error mean?
2) Is there a list of errors that could be generated, and what they mean?
3) Is there a way to output the error to my Error page so that I don't have to sift through the %20s in the URL?
thanks,
benjy
Three Questions:
1) what does this error mean?
2) Is there a list of errors that could be generated, and what they mean?
3) Is there a way to output the error to my Error page so that I don't have to sift through the %20s in the URL?
thanks,
benjy
Comment