Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've built a 3 step form with 24 fields in place. I wouldnt say thats particualrly large but as soon as I add another field the form refuses to save.
I get a 500 error on /umbraco/plugins/umbracoContour/Designer.asmx/Save
Tim thought it might be a max request size issue but I've set that to 1gig and the issue persists.
This is still in preview mode at the moment as Im trying to convince the client to buy it.
Obviously with a closed source I don't have much more to go on.
[Update] - One strange issue is that I can add textfields to the form but if I later change them to a drop down list then the save gives a 500 error.
Hi Matt
Have you changed the JSON length stuff in the web.config? Try having a look at this article by Jeavon Leopold about it http://24days.in/umbraco/2013/6-easy-configuration-tweaks/
It's mentioned as one of the tips in there.
I think that's usually why this error happens.
Hope this helps.
/Jan
Great thanks. Looks to have solved it.
Matt
Very happy to hear that - Remember to mark the post as solved if it fixed the issue :)
Cheers, Jan
FYI to anyone looking at this in 2016+, the relevent section in Jan's link is not applicable to Umbraco v7.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Contour forms not saving when using a large(ish) form
I've built a 3 step form with 24 fields in place. I wouldnt say thats particualrly large but as soon as I add another field the form refuses to save.
I get a 500 error on /umbraco/plugins/umbracoContour/Designer.asmx/Save
Tim thought it might be a max request size issue but I've set that to 1gig and the issue persists.
This is still in preview mode at the moment as Im trying to convince the client to buy it.
Obviously with a closed source I don't have much more to go on.
[Update] - One strange issue is that I can add textfields to the form but if I later change them to a drop down list then the save gives a 500 error.
Hi Matt
Have you changed the JSON length stuff in the web.config? Try having a look at this article by Jeavon Leopold about it http://24days.in/umbraco/2013/6-easy-configuration-tweaks/
It's mentioned as one of the tips in there.
I think that's usually why this error happens.
Hope this helps.
/Jan
Great thanks. Looks to have solved it.
Matt
Hi Matt
Very happy to hear that - Remember to mark the post as solved if it fixed the issue :)
Cheers, Jan
FYI to anyone looking at this in 2016+, the relevent section in Jan's link is not applicable to Umbraco v7.
is working on a reply...