Forums

Are there any limitations on the input fields number?

zpmer 06 Mar, 2013
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!
zpmer 07 Mar, 2013
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!
GreyHead 07 Mar, 2013
Hi zpmer,

The max_input_vars is in the other FAQ linked to from that one, perhaps I should merge them into one.

I agree with you about the div ids - I think that can only happen if you give an input a name or ID starting with a number, which would be illegal HTML.

Bob
This topic is locked and no more replies can be posted.