We have Event registrations that are being declined in TEST mode due to the status error below:
The element 'CustomField' in namespace 'urn:APISchema.xsd' has incomplete content. List of possible elements expected: 'FieldValue' in namespace 'urn:APISchema.xsd'.
I was finally able to resolve the issue and get registrations to process when I changed one of our 5 custom questions from a SELECT LIST type to a Text Box. It also would not work as CHECK BOX type or Radio Button. But we have another custom question on the same form set up as a Select List and it works fine. Neither are required answers. Why is this happening and do I have it resolved by just changing the question type?
The element 'CustomField' in namespace 'urn:APISchema.xsd' has incomplete content. List of possible elements expected: 'FieldValue' in namespace 'urn:APISchema.xsd'.
I was finally able to resolve the issue and get registrations to process when I changed one of our 5 custom questions from a SELECT LIST type to a Text Box. It also would not work as CHECK BOX type or Radio Button. But we have another custom question on the same form set up as a Select List and it works fine. Neither are required answers. Why is this happening and do I have it resolved by just changing the question type?
Comment