Resolving Submission Errors

How to resolve submission errors

If you get an error when submitting a form and find an error similar to the following in the Event Log, look for broken conditions on your form:

System.NullReferenceException: Object reference not set to an instance of an object.
at FormsAPI.Utilities.FormAnswer.SaveFormAnswer(String formJSON) in C:\Users\joster\source\Workspaces\Forms\FormsAPI\FormsAPI\Utilities\FormAnswer.cs:line 34
at FormsAPI.Controllers.FormSubmissionController.Post() in C:\Users\joster\source\Workspaces\Forms\FormsAPI\FormsAPI\Controllers\FormSubmissionController.cs:line 53