longnguyen Posted February 10, 2020 Share Posted February 10, 2020 I am trying to add field of Configurable Option Groups but i cann't add more than 72 field (https://i.postimg.cc/t4C7XCGq/screenshot-8.png), how to increase this field ? i need more than 100 field option ! Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 11, 2020 Share Posted February 11, 2020 On 10/02/2020 at 11:40, longnguyen said: I am trying to add field of Configurable Option Groups but i cann't add more than 72 field (https://i.postimg.cc/t4C7XCGq/screenshot-8.png), how to increase this field ? i need more than 100 field option ! Thanks have you considered using a Quantity field instead and increasing the steps in 20s ? if so, that would convert it into a slider and the user could slide along and choose the value that way. https://docs.whmcs.com/Addons_and_Configurable_Options#Quantity but if you really need to use a dropdown for these options, then you will probably need to tweak your servers PHP settings, specifically the max_input_vars value to allow for larger submission of form variables - your host can probably help you with that if you can't do it yourself. 0 Quote Link to comment Share on other sites More sharing options...
longnguyen Posted February 12, 2020 Author Share Posted February 12, 2020 13 hours ago, brian! said: have you considered using a Quantity field instead and increasing the steps in 20s ? if so, that would convert it into a slider and the user could slide along and choose the value that way. https://docs.whmcs.com/Addons_and_Configurable_Options#Quantity but if you really need to use a dropdown for these options, then you will probably need to tweak your servers PHP settings, specifically the max_input_vars value to allow for larger submission of form variables - your host can probably help you with that if you can't do it yourself. I had tried to change php config but it doesn't work 😞 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 13, 2020 Share Posted February 13, 2020 On 12/02/2020 at 02:23, longnguyen said: I had tried to change php config but it doesn't work 😞 did you do it yourself or did you get your host to help you with this? what did you change ?? 0 Quote Link to comment Share on other sites More sharing options...
longnguyen Posted February 14, 2020 Author Share Posted February 14, 2020 19 hours ago, brian! said: did you do it yourself or did you get your host to help you with this? what did you change ?? Sorry, i had change my "max_input_var" to 3000 and this work fine ! 😄 , in past, i try to edit my php.ini but i forgot remove comment ";" 😄 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 21, 2020 Share Posted February 21, 2020 On 14/02/2020 at 09:59, longnguyen said: Sorry, i had change my "max_input_var" to 3000 and this work fine ! 😄 , in past, i try to edit my php.ini but i forgot remove comment ";" 😄 that's easily done. 🙂 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.