Closed (fixed)
Project:
Webform
Version:
7.x-3.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2012 at 03:46 UTC
Updated:
18 Jun 2013 at 01:47 UTC
Jump to comment: Most recent
Comments
Comment #2
quicksketchHm, I dare say you're approaching the fringes of Webform's ability. I've heard of forms with 400-500 components, but over 1000... this is the first attempt I think I've heard at it. I'm not sure where the limit would actually be encountered, I'd guess it'd be based on your server's capabilities. The only hard limit that I know of is that MySQL's smallint fields cap out at 25,000, but that doesn't seem like it'd be a problem in this situation. It seems likely that you may be running into a limit of 1024 somewhere, which is a common limit as it is a common power of 2 where limits may be set, but I don't know of anything in particular that has this limit.
Comment #3
Dirt2274 commentedAny way around such a limit that you know of?
Comment #4
quicksketchWell I don't know of *any* actual limit, I'm just taking guesses, so I don't know a way around it.
Comment #5
quicksketch