Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yup, that'll do it. Each field option is 3 inputs in POST (id, label, value). So 200 options is 600 inputs. Add in all the other inputs and it stacks up pretty fast. When you get to a point of having that many values though I suggest using CB Query Field and its Query Select type with a custom database table to hold your options; it'll avoid overloading the field edit display (parsing 200 inputs into repeat usage is probably slow).Wo optimized some things like max input vars... Now it seems to work...
Please Log in or Create an account to join the conversation.