Hi,
I created the fieldgroup “Rahmenbedingungen” including five costum fields. All the same type etc.
But the 5th field “hallengroesse” is not shown in the frontend. For example:
http://handball-pro.de/passkontinuum-stossen/
I already added the code the .htaccess and created a php.ini:
php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000
Thanks for your help.
I don’t think the vars
settings are necessary here—you don’t have enough fields to go over the limit.
What PHP code are you using in your frontend template to display that field?
Thank you, just forgot the template…