9 years ago
1
Topic

Hi Forum,

I have created a contact form, and on that form I have a field option of type Simple. The Simple field gives you a drop down list. I have added about 38 or so items to the list so far. It no longer allows me to add more items, is there a way to increase that limit?

Any assistance would be much appreciated.

Thanks,

Dale

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
0
Level 1

Hi,

there is no limit on number of options, you are probably hitting some server or database limitation. First check your max_post_variables setting in php.ini, it should be 4000. If this does not help try changing options column in the #__cck_core_fields table to the mediumtext type.

Get a Book for SEBLOD