tags:

views:

33

answers:

0

I have created an OOTB Survey list with a single question. The question is a choice type with radio buttons. When a user navigates to the survey and they click "Respond to Survey" they get the screen where they can select there choice. Once the user clicks submit I get the following exception:

“One or more field types are not installed properly. Go to the list settings page to delete these fields”

When I do to the list settings I don't see where to view the list of fields. I just see the single question for my survey.

From doing research on this error/exception, this usually means you are querying a column in a list that doesn't exist or you are using the wrong internal name. Since this is an OOTB feature I am not sure how to debug this.