Open /umbraco/plugins/umbracoContour/views/Form.cshtml
and look for the following line:
@Html.Partial(FormViewResolver.GetScriptView(Model.FormId), Model)
Replace it with these lines:
List temp = HttpContext.Current.Items["ContourScripts"] as List;