Hello!
I use your component version 4.0 RC3.5.2
Joomla 2.5.6
I create a form with "Easy Form Wizard", form consists of 40 input fields (Text box).
When placing field number 36 the form is not retained. Instead, the program jumps to the main page of the Joomla administration panel.
Please help!
I use your component version 4.0 RC3.5.2
Joomla 2.5.6
I create a form with "Easy Form Wizard", form consists of 40 input fields (Text box).
When placing field number 36 the form is not retained. Instead, the program jumps to the main page of the Joomla administration panel.
Please help!
Thanks for your reply!
I solved the problem, added to the file php.ini
post_max_size = 50M
upload_max_filesize = 50M
max_input_vars = 10000 (this is the most important line, to solve this problem)
You can include it in FAQ (IMHO)
I also found a small mistake in elenent ID names.
ex. id="1_container_div" not correct to begin the names of numbers. You can fix it in the future
administrator/components/com_chronoforms/helpers/html_helper.php 227 str.
Thanks for your help!
I solved the problem, added to the file php.ini
post_max_size = 50M
upload_max_filesize = 50M
max_input_vars = 10000 (this is the most important line, to solve this problem)
You can include it in FAQ (IMHO)
I also found a small mistake in elenent ID names.
ex. id="1_container_div" not correct to begin the names of numbers. You can fix it in the future
administrator/components/com_chronoforms/helpers/html_helper.php 227 str.
Thanks for your help!
This topic is locked and no more replies can be posted.