Drupal: 7.14
Webform: 7.x-3.18+4-dev
Currently I have a total of 469 components in a Webform:
- Select options = 158
- Textfield = 115
- Number = 73
- Fieldset = 64
- Textarea = 30
- Markup = 28
- Date = 1
My problem is that I am now unable to add anymore.
Drupal: 7.14
Webform: 7.x-3.18+4-dev
Currently I have a total of 469 components in a Webform:
My problem is that I am now unable to add anymore.
Looking at the documentation and issue queue for webform there isn't a noted limit, but it sounds like you've taken webform way further than perhaps you should. Have you considered creating a content type which anonymous users can create nodes for? Even then this is a huge number of fields.
I found the solution to this problem. Edit your php.ini, and uncomment max_input_vars = 1000. Increase this as needed. This worked for me.