PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

edit entry form is truncated, no error messages.

  1. I have a long form with a few hundred input fields. When i try to edit the long form's entries the ajax loading finishes but doesn't show all the fields. (when viewing source it's apparent the page just stopped loading). I don't have any errors in my browser js console or my apache error logs. When viewing the entry the whole thing shows before i click edit. All the fields export correctly as well. Any tips for fixing this issue?

    Thanks!

    Posted 12 years ago on Friday December 23, 2011 | Permalink
  2. I solved this problem by changing settings in php.ini

    increasing max_execution_time = 40; #was 30
    max_input_time = 80; #was 60

    hope this helps somebody else!

    Posted 12 years ago on Friday December 23, 2011 | Permalink
  3. peter
    Member

    i hope this a a multi page form? cause hundreds of input fields would scare the hell out of me
    (in one page) !

    Posted 12 years ago on Friday December 23, 2011 | Permalink
  4. Thank you for posting your solution.

    Posted 12 years ago on Tuesday December 27, 2011 | Permalink

This topic has been resolved and has been closed to new replies.