I've just purchased a Contour license and I have a problem when creating quite a large form (5 steps, up to 10 fields per step); the form doesn't save and I receive the notification 'failed to save form'. Saving works with one less field but adding an extra field creates the error, so it's clearly the same problem as some other posts where the maxJsonLength attribute is stopping the form from saving over a certain length. Increasing this value seems to work for other people (See http://our.umbraco.org/forum/umbraco-pro/contour/26112-Contour- & http://our.umbraco.org/forum/umbraco-pro/contour/32142-Failed-to-Save-Form).
However, after updating my web.config and recycling the app pool I still receive this error. Is there an absolute limit to the amount of data Contour can use? I read on a thread that if the maximum length of maxJsonLength is exceeded, it switches to the default value. What is the maximum length I can use for a Contour form?
I'm using Umbraco v4.7.1.1 & Contour v1.1.12, can anyone help me?
Umbraco 7.2
with UmbracoForms.Package.4.0.0-Build.106
https://www../umbraco/backoffice/UmbracoForms/Form/PostSave
{"Message":"The requested resource does not support http method 'GET'."}
Forms can't be saved...
May we have a bug in the DependencyHandler.axd?
Or maybe the request URI doesn't match the route for the Web API?
[System.Web.Mvc.AcceptVerbs("GET", "POST")] vs
[System.Web.Http.AcceptVerbs("GET", "POST")]
'Failed to save form' error
Hi everyone,
I've just purchased a Contour license and I have a problem when creating quite a large form (5 steps, up to 10 fields per step); the form doesn't save and I receive the notification 'failed to save form'. Saving works with one less field but adding an extra field creates the error, so it's clearly the same problem as some other posts where the maxJsonLength attribute is stopping the form from saving over a certain length. Increasing this value seems to work for other people (See http://our.umbraco.org/forum/umbraco-pro/contour/26112-Contour- & http://our.umbraco.org/forum/umbraco-pro/contour/32142-Failed-to-Save-Form).
However, after updating my web.config and recycling the app pool I still receive this error. Is there an absolute limit to the amount of data Contour can use? I read on a thread that if the maximum length of maxJsonLength is exceeded, it switches to the default value. What is the maximum length I can use for a Contour form?
I'm using Umbraco v4.7.1.1 & Contour v1.1.12, can anyone help me?
Kind regards,
mmmoustache
Hi,
Umbraco 7.2 with UmbracoForms.Package.4.0.0-Build.106
https://www../umbraco/backoffice/UmbracoForms/Form/PostSave {"Message":"The requested resource does not support http method 'GET'."}
Forms can't be saved...
May we have a bug in the DependencyHandler.axd?
Or maybe the request URI doesn't match the route for the Web API? [System.Web.Mvc.AcceptVerbs("GET", "POST")] vs [System.Web.Http.AcceptVerbs("GET", "POST")]
Any ideas?
Many thanks
is working on a reply...