Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nik Wahlberg 639 posts 1237 karma points MVP
    Nov 18, 2014 @ 23:27
    Nik Wahlberg
    0

    Failed to save form - number of field max

    Hi gang,

    we have a form in a 7.1.8 install and it only accepts up to 15 fields. After that it shows a "Failed to Save Form" message. We've tried all kinds of vairations including, diffrent label/field type combinations, new field sets, new steps, etc. 

    Has anyone else seen this? Perhaps there's a recommended nightly for it? 

    Thanks,
    Nik 

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Nov 19, 2014 @ 00:04
    Nik Wahlberg
    1

    Found an OLD post that mentioned maxJsonLength. Adding this fixed the issue:

    <system.web.extensions>
           <scripting>
               <webServices>
                   <!-- Update this value to change the value to a larger value that can accommodate your JSON Strings -->
                   <jsonSerialization maxJsonLength="99999999" />
               </webServices>
           </scripting>
       </system.web.extensions>

    Thanks,
    Nik 

  • Matthew Hardesty 22 posts 73 karma points
    Nov 19, 2014 @ 10:22
    Matthew Hardesty
    0

    I had posted about this previously and erroneously thought the issue was resolved with the latest update to contour.

    I am trying to create a form with only 6 fields. Adding the above to my web.config file did not work for me.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies