Feb 8th, 2013, 2:27 PM
Aryl,
Your issues might be attributed to your server, your host might have the max_input_vars setting set: http://www.php.net/manual/en/info.config...input-vars
This setting limits the max size of POST and GET variables, which will cause issues for larger forms.
To add more fields on the Edit Form -> Fields tab, one way to get around it is just to limit the number of fields displayed per page. That will solve it and allow you to add more fields.
Cheers,
Joe
Your issues might be attributed to your server, your host might have the max_input_vars setting set: http://www.php.net/manual/en/info.config...input-vars
This setting limits the max size of POST and GET variables, which will cause issues for larger forms.
To add more fields on the Edit Form -> Fields tab, one way to get around it is just to limit the number of fields displayed per page. That will solve it and allow you to add more fields.
Cheers,
Joe