Hi folks
In this quick example I will highlight when you might need to add a line to your .htaccess file regarding max_input_vars.
If you find you can not add fields to your Seblod form or lists then try this:
1
Open your sites .htaccess file
2
Add this line of code:
php_value max_input_vars 1000 // change 1000 to whatever you need
3
Save and close
4
Check it has taken effect by navigating to Joomla Menu => System => System Information.
Look for Maximum Input Variables
5
Test your Seblod form or List
6
If not the solution, drink 4 cups of strong coffee, cry a little, then get googling and post your solution on this site :)
Bucklash